Skip to content

Commit 8072e6d

Browse files
committed
Switch back to native
1 parent a2b3b4c commit 8072e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
rustflags = ["--cfg=web_sys_unstable_apis"]
77

88
[build]
9-
target = "wasm32-unknown-unknown"
9+
# Uncomment to work on wasm version. See https://c-git.github.io/rust/wasm/#switch-cargo-to-target-wasm for more info
10+
# target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)