A variation on the famous DOOM Fire algorithm written using WebAssembly, Rust and JS.
- cargo
- wasm-pack
- yarn
- taskfile (Optional)
cd rust
rm -rf pkg
wasm-pack build --target web
cd ..
cp -r rust/pkg/ ./src/wasm/
yarn build
Alternatively, you can just install Taskfile and run task build
from the root of the repository