An implementation of the Lattice Boltzmann method in Rust WebAssembly.
wasm-pack build --target web
or optimised for release
wasm-pack build --target web --release
Some options to serve the application include:
# Python 3.x
python3 -m http.server
# Python 2.x
python -m SimpleHTTPServer
# JDK 18 or later
jwebserver
Access via a browser at http://localhost:8000.