Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 276 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 276 Bytes

wasm-component-example

Example WebAssembly Component with host binding using Rust and wit-bindgen

Install

With Rust and NPM installed, run:

rustup target add wasm32-wasi
cargo install cargo-component
npm install

Run

npm run build
npm start