asm-editor
asm-editor copied to clipboard
Make interpreter run on a service worker
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