wasmer run wapmsohrab/quickstart
- quickstart is a wasmer project, wapm project to create a wasm module and register it in the wasmer.io resistry.
- I used yarn tool to intialize a wapm rust project.
- I added wai-bindgen-rust binding tool to bind interface types of the wai/wit IDL mapping between guest language and host language.
- installed wapm using wasmer installer
- install cargo-wapm using cargo install