Skip to content

Commit f0627bb

Browse files
committed
configure default target
1 parent 92de96b commit f0627bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
target = "wasm32-wasip2"
3+
4+
[target.wasm32-wasip2]
5+
runner = "wasmtime -Shttp"

0 commit comments

Comments
 (0)