https://github.com/andykswong/wasm-component-example
Example WebAssembly Component with host binding using Rust and wit-bindgen
https://github.com/andykswong/wasm-component-example
nodejs rust wasm wasm-component webassembly wit-bindgen
Last synced: 2 months ago
JSON representation
Example WebAssembly Component with host binding using Rust and wit-bindgen
- Host: GitHub
- URL: https://github.com/andykswong/wasm-component-example
- Owner: andykswong
- License: mit
- Created: 2024-03-03T18:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-11T06:55:35.000Z (2 months ago)
- Last Synced: 2026-04-11T07:16:05.896Z (2 months ago)
- Topics: nodejs, rust, wasm, wasm-component, webassembly, wit-bindgen
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-component-example
Example WebAssembly Component with host binding using Rust and wit-bindgen
## Install
With Rust and NPM installed, run:
```bash
rustup target add wasm32-wasi
cargo install cargo-component
npm install
```
## Run
```bash
npm run build
npm start
```