.. | ||
src | ||
wit | ||
Cargo.toml | ||
README.md | ||
rust_decoder.wasm |
How to create and build the Rust component:
cargo install cargo-component
cargo component new rust_decoder --lib
cd rust_decoder
- Update code as needed
cargo +nightly component build --release --artifact-dir . -Z unstable-options