Skip to content

Commit b6aef65

Browse files
authored
Merge pull request #17 from yoshuawuyts/configure-default-target
configure default target
2 parents 809d2c8 + f0627bb commit b6aef65

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)