Package your app

Ship two files:

  1. hello.wasm (or your app name) — release build for wasm32-wasip2
  2. manifest.yaml — id, name, version, type: wasm, entry
cargo build --target wasm32-wasip2 --release
cp target/wasm32-wasip2/release/hello.wasm .

Keep the manifest version in sync with your crate version.