3 stable releases
| 1.0.2 | Jan 27, 2021 |
|---|---|
| 1.0.0 | Jan 25, 2021 |
#132 in #development
26KB
146 lines
WASM Live Server
Automatically compiles and runs your WASM code; Without configuration and without touching HTML or Javascript.
Install
cargo install wasm-server
Project Setup
-
create project
wasm-pack new <name> -
create a main method in
src/lib.rs#[wasm_bindgen] pub fn main() { utils::set_panic_hook(); ... }=> this method gets called by the wasm-server when the website loads.
Usage
Just start it in the root directory of your project:
wasm-server [absolute path to project]
Dependencies
~48–68MB
~1M SLoC