# 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`](https://github.com/bytecodealliance/cargo-component): ``` cargo install wasm-tools ``` Build the `witguest` project: ``` cd witguest cargo component build ```