SeanOMik f6933de559 | ||
---|---|---|
.vscode | ||
common-api | ||
lyra-engine@12c8ece418 | ||
src | ||
witguest | ||
.envrc | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
shell.nix |
README.md
lyra-wasm-scripting-test
A test zone for implementing WASM scripting into the Lyra engine
Building
Install the wasm32-wasip1
target:
rustup target add wasm32-wasip1
Install wasm-tools
:
cargo install wasm-tools
Install cargo-component
:
cargo install wasm-tools
Build the witguest
project:
cd witguest
cargo component build