2024-06-03 17:11:22 +00:00
|
|
|
[build]
|
2024-06-04 18:46:10 +00:00
|
|
|
# `target` to to prevent rebuilding from scratch on each change
|
|
|
|
[target.wasm32-unknown-unknown]
|
2024-06-03 17:11:22 +00:00
|
|
|
# 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
|
|
|
|
rustflags = ["--cfg=web_sys_unstable_apis"]
|