mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 11:42:53 -05:00
Fixed issue with testing on wrong target
This commit is contained in:
parent
291e0ba049
commit
52b067ddbc
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
rustflags = ["--cfg=web_sys_unstable_apis"]
|
rustflags = ["--cfg=web_sys_unstable_apis"]
|
||||||
|
|
||||||
# Enable for testing WASM-only stuff
|
# Enable for testing WASM-only stuff
|
||||||
[build]
|
#[build]
|
||||||
target = "wasm32-unknown-unknown"
|
#target = "wasm32-unknown-unknown"
|
||||||
|
|
Loading…
Reference in a new issue