asm-editor icon indicating copy to clipboard operation
asm-editor copied to clipboard

Make interpreter run on a service worker

Open Specy opened this issue 2 years ago • 0 comments

Currently the wasm thread is running on the same thread as the UI, whenever the code runs it blocks the UI and it must wait for the interpreter to finish execution, by running on another thread it will be able to be more "real time", the main issue is adapting the code to work with it and have the ability to kill/stop the wasm thread once it's running

Specy avatar Jan 07 '23 18:01 Specy