The most basic Rust-WASM setup, for posterity.
Go to file
2024-11-24 23:25:14 -05:00
src additional CLI JS runtime notes 2024-11-24 23:25:14 -05:00
web most basic working helloworldish example 2024-11-24 22:49:22 -05:00
.gitignore add .gitignore to git 2024-11-24 23:15:03 -05:00
Cargo.lock most basic working helloworldish example 2024-11-24 22:49:22 -05:00
Cargo.toml fix build details 2024-11-24 23:15:16 -05:00
justfile most basic working helloworldish example 2024-11-24 22:49:22 -05:00
readme.md additional CLI JS runtime notes 2024-11-24 23:25:14 -05:00
things.js additional CLI JS runtime notes 2024-11-24 23:25:14 -05:00

rustwasm

A dead-simple, no-bundling, web-servable Rust/WASM/JS template. "Hello, world" style. For use in the Rust Ludus backend.

Things to remember