An open API service indexing awesome lists of open source software.

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

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
```