MxlWeb is an experimental toolbox to run ODE models in the browser.
All code execution is client-side which means no giant servers required ❤️.
MxlWeb is part of a larger family of tools that are designed with a similar set of abstractions. Check them out!
- MxlPy is a Python package for mechanistic learning (Mxl)
- MxlBricks is built on top of
MxlPyto build mechanistic models composed of pre-defined reactions (bricks)
npm install
npm run dev -- --open
wasm-pack build --release --out-dir src/lib/pkg && npm run dev -- --open