Replies: 1 comment
-
Fabrice Bellard (author of QEMU) had something similar working but I don’t think it did 64-bit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It will be great if it's possible to run the kernel in a webassembly based VM in a browser.
Something like this:
https://webvm.io/
Since the VM accepts docker images, I wonder if it's possible to create a docker image with the OS. I'll take a look.
There is also this
https://github.com/atrosinenko/qemujs
But it only runs 32 bit images, I wonder if this is a WASM limitation.
Beta Was this translation helpful? Give feedback.
All reactions