The most basic Rust-WASM setup, for posterity.
Go to file
Scott Richmond 2193ec02e8 add readme
2024-11-24 22:52:52 -05:00
src most basic working helloworldish example 2024-11-24 22:49:22 -05:00
web most basic working helloworldish example 2024-11-24 22:49:22 -05:00
Cargo.lock most basic working helloworldish example 2024-11-24 22:49:22 -05:00
Cargo.toml most basic working helloworldish example 2024-11-24 22:49:22 -05:00
justfile most basic working helloworldish example 2024-11-24 22:49:22 -05:00
readme.md add readme 2024-11-24 22:52:52 -05:00
things.js most basic working helloworldish example 2024-11-24 22:49:22 -05:00

rustwasm

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