a raytracer written in Rust compiled to a WebAssembly Component
git https://github.com/hakilebara/wasm-raytracer
cd wasm-raytracer
make
cd dist
python3 -m http.server
In a separate terminal, I use entr to automatically rebuild the wasm module.
ls web/*.{html,css,js} src/*.rs | entr make