Live Demo#
An interactive demo of MUSICA running in WebAssembly is embedded below. It demonstrates version information, example mechanisms, and interactive sliders for exploring atmospheric chemistry in the browser.
Note
The demo may fail to load if the dependencies can’t be loaded. If you encounter issues, please try refreshing the page or accessing the deployed version directly which hosts just this demo.
MUSICA WASM
MUSICA Version: —
MICM Version: —
Initializing MUSICA WASM module...
Running Locally#
To run the demo from your local build:
npm run example
Then open http://localhost:8000/javascript/wasm/index.html in your browser.
See Development Setup for instructions on building the WASM module from source.