add scripts
This commit is contained in:
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
|
Reference in New Issue
Block a user