Remix.run Logo
ridruejo 5 days ago

JSLinux was our inspiration for creating Endor (https://endor.dev) and his qemu work is also powering a lot of other Wasm-related browser projects

pveierland 5 days ago | parent [-]

Are there any open details on how the VM / container / WASM-native approaches are implemented?

ridruejo 5 days ago | parent [-]

Not right now, we should write a blog post, but we are still behind on the docs. VM and containers use V86, while wasm-native are generated using Emscripten.

pveierland 4 days ago | parent [-]

Cool, thanks for the answer - Would make for an interesting read!