Skip to content

Commit 1462258

Browse files
committed
feat(config.toml): build wasm32 target by default
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent 6ae424a commit 1462258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)