v86
v86 copied to clipboard
Suggestion: run emulator in web worker
a good idea would be to run v86.wasm in a web worker process. this would isolate the emulator process from the browser and could provide faster runtimes.
You can see this example: https://github.com/copy/v86/blob/master/examples/worker.html js code
It was implement a long time ago, but I would indeed like to revisit it. PRs welcome.
Currently has some known issues: https://github.com/copy/v86/issues/219