mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 03:32:53 -05:00
6 lines
163 B
TOML
6 lines
163 B
TOML
[target.'cfg(target_family = "wasm")']
|
|
rustflags = ["--cfg=web_sys_unstable_apis"]
|
|
|
|
# Enable for testing WASM-only stuff
|
|
[build]
|
|
target = "wasm32-unknown-unknown"
|