Get help from the marimo community

Updated 3 months ago

How can I use wasm (compile, host.. etc.) without using marimo.app?

At a glance

The community member is interested in running a WASM app outside of the Marimo.app platform. They ask if they can compile and host the app themselves, and if there is a guide on how to do that.

In the comments, another community member responds that there is no guide yet, but suggests the user might be able to use the "embed Marimo outputs in HTML using islands" feature from the Marimo.io documentation.

Another community member, @Haytham Abuelfutuh, confirms that it is now possible to export a Marimo notebook to a WASM-powered HTML file and host it on platforms like GitHub Pages, thanks to work by @Myles Scolnick. They point to the Marimo.io documentation on "exporting to WASM-powered HTML" as a guide.

Useful resources
I would like to run the wasm app on my own outside of marimo.app. Can I compile and host it? is there a guide on how to do that?
A
3 comments
Hey, no guide yet -- can I ask what the use case is?
@Haytham Abuelfutuh this is now possible, thanks to work by @Myles Scolnick. Export your notebook to a wasm-powered HTML file locally and host on GitHub pages or other places: https://docs.marimo.io/guides/exporting.html#export-to-wasm-powered-html
Add a reply
Sign up and join the conversation on Discord