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.