Skip to content

Misfits-Rebels-Outcasts/WebAssemblyMan-rustwasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

WebAssemblyManWebAssemblyMan
WebAssemblyMan
and
WebAssemblyMan
Feb 28, 2020
fdfd01a · Feb 28, 2020

History

51 Commits
Feb 28, 2020
Dec 27, 2019
Dec 25, 2019

Repository files navigation

MAN page for WebAssembly : Rust, Blazor & Emscripten. Samples, tutorials and examples.

For the rustwasm samples, install Rust.

https://www.rust-lang.org/tools/install

cargo install wasm-bindgen-cli

rustup target add wasm32-unknown-unknown

To build the samples, simply go to the specific folders and enter :

wasm-pack build --target web

To run the samples, launch a http server at the specific folder :

python3 -m http.server

License

GPLv3.0