FastWave2.0/.cargo/config.toml

6 lines
252 B
TOML
Raw Normal View History

2024-06-03 17:11:22 +00:00
[build]
# https://docs.rs/web-sys/latest/web_sys/struct.Window.html#method.show_open_file_picker
# https://github.com/rustwasm/wasm-bindgen/issues/2339#issuecomment-1000651386
[target.wasm32-unknown-unknown]
rustflags = ["--cfg=web_sys_unstable_apis"]