You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: