Package your app
Ship two files:
hello.wasm(or your app name) — release build forwasm32-wasip2manifest.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.