Replies: 2 comments
|
Interesting idea |
0 replies
|
Sounds like cheerpx |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Instead of implement a CPU, is it possible to only translate x86 byte code to wasm and add some system API polyfill? WASM hosted by browser maybe faster than js CPU emulator, and if I only want to run "nodejs" or something like that in browser, there is no need to emulate the whole system.
All reactions