Today we released BrowserPod 2.0!
Run git and bash (and more) directly in your browser, compiled to WebAssembly.
Demos included in the blog post :)
labs.leaningtech.com/blog/browser...
Posts by Yuri Iozzelli
We are just a few more days to go before #WebVM The #Hackathon II!
Please find the event agenda below.
If you haven't registered yet, you're not late! Please do so by following the instructions on our hackathon website: cheerpx.io/hackathon
Compilation Hints are a separate proposal from Branch Hinting (although they use the same general format for their custom sections), and are championed by Google.
I think that they are mainly driven by WasmGC use cases.
WebVM 2.0 AMA community event!
Don't forget to join us today at 15:30 UK time for a live Q&A session with our developers!
discord.gg/t8w7bfvH?eve...
Not yet. But running existing drivers in a web sandbox is an interesting use case.
Yes! We are also working on a full VM mode, but the main focus is on the Linux emulation mode. And, with plans to make Wine work, that can also mean Windows apps in the future
It is not related, although JSLinux was certainly an inspiration to prove that it can be done.
Unlike JSLinux, we are not emulating a full system but the Linux syscall layer.
It's more work but it allows us to do nice tricks with memory management to speed things up.