Spook with WASM
cargo install cargo-web- will install the required cargo-webcargo web build- will build the projectcargo web start- will build the project, start an embedded webserver and will continuously rebuild it if necessarycargo web deploy- will build the project and emit all of the necessary files so that you can easily serve them statically (in github pages).