Project template for a Rust library compiled to WASM.
README.md
.```javascript import * as wasmLib from "https://flowscripter.github.io/template-wasm-rust-library/flowscriptertemplatewasmrustlibrary.js";
// init WASM module await wasmLib.default();
// use WASM module wasmLib.add(2, 2); ```
Install wasm-pack: cargo install wasm-pack
Install Firefox
Build: wasm-pack build --target web
Test: cargo test && wasm-pack test --headless --firefox
Lint: cargo fmt
mermaid
classDiagram
Foo <|-- Bar
Link to auto-generated API docs for the library:
MIT © Flowscripter