v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Suggestion: run emulator in web worker

Open polygonnedpotato opened this issue 4 years ago • 2 comments

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.

polygonnedpotato avatar Oct 01 '21 04:10 polygonnedpotato

You can see this example: https://github.com/copy/v86/blob/master/examples/worker.html js code

Pixelsuft avatar Oct 01 '21 09:10 Pixelsuft

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

copy avatar Oct 02 '21 23:10 copy