add scripts
This commit is contained in:
parent
98896fe497
commit
abe4ed0446
3
scripts/build-wasm.sh
Executable file
3
scripts/build-wasm.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cargo build --target wasm32-wasi
|
3
scripts/install-wasm.sh
Executable file
3
scripts/install-wasm.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
brew install wasm32-wasi
|
3
scripts/run-wasm.sh
Executable file
3
scripts/run-wasm.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
wasmtime target/wasm32-wasi/debug/wasm-bin.wasm
|
Loading…
Reference in New Issue
Block a user