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: 6 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T19:13:22.000Z (about 1 year ago)
- Last Synced: 2024-12-25T17:42:25.737Z (5 months ago)
- Topics: nodejs, rust, wasm, wasm-component, webassembly, wit-bindgen
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- 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
```