Microvium on WASM!
TL;DR: The Microvium runtime, @microvium/runtime on npm, allows you to restore and run Microvium snapshots in a JavaScript host environment such as node.js or the browser, using a WASM build of the Microvium native engine. Why? It might seem strange to run a JavaScript engine on a JavaScript engine — why not just run the …