0.1.1 • Published 6 years ago
climate-chaos v0.1.1
climate-chaos
Getting started
- Make sure you have rust installed using rustup
- Make sure you have
wasm-packinstalled. Do that here
About
This template is designed for compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.
Be sure to check out other wasm-pack tutorials online for other
templates and usages of wasm-pack.
Batteries Included
wasm-bindgenfor communicating between WebAssembly and JavaScript.console_error_panic_hookfor logging panic messages to the developer console.wee_alloc, an allocator optimized for small code size.