2 comments

  • leebeef 3 hours ago ago

    This is pretty crazy. I've never really thought about Wasm much, but the idea of emulating a kernel browser level is cool

    • apignotti 3 hours ago ago

      Thanks :-) We have been building WebAssembly-based products for a while now, so for us it's second nature.

      But I think you are right, most developers, even experienced ones, have not yet come to grasp the fully capabilities of the Web platform in conjunction with WebAssembly.

      You might find previous projects from us also interesting:

      * WebVM (https://webvm.io): x86 virtualization in the browser

      * CheerpJ (https://cheerpj.com): A WebAssembly JVM to run large scale Java apps unmodified

      * BrowserCode (https://browsercode.io/claude): Run Claude Code (and other agents) unmodified in the browser.