add build and run script
This commit is contained in:
2
wasi/build.sh
Executable file
2
wasi/build.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
cargo build --target=wasm32-wasi
|
||||
|
||||
1
wasi/run.sh
Executable file
1
wasi/run.sh
Executable file
@@ -0,0 +1 @@
|
||||
wasmtime --dir=. target/wasm32-wasi/debug/wasi.wasm
|
||||
Reference in New Issue
Block a user