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

https://github.com/hoodie/minimal-wasm-project

minimal wasm project
https://github.com/hoodie/minimal-wasm-project

rust wasm

Last synced: about 1 month ago
JSON representation

minimal wasm project

Awesome Lists containing this project

README

        

# minimal wasm project

1. install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) or via [cargo](https://rustup.rs/) `cargo install wasm-pack`
2. run `wasm-pack build` to build your rust to `./pkg`
3. run `npm install` to install all you need to get this into your browser
4. run `npm run serve` to start webpack
5. open http://localhost:8080

now go on and read https://rustwasm.github.io/wasm-bindgen/