Fixed issue with testing on wrong target

This commit is contained in:
G2-Games 2024-05-28 22:01:10 -05:00
parent 291e0ba049
commit 52b067ddbc

View file

@ -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"