Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make interpreter run on a service worker #5

Open
Specy opened this issue Jan 7, 2023 · 0 comments
Open

Make interpreter run on a service worker #5

Specy opened this issue Jan 7, 2023 · 0 comments

Comments

@Specy
Copy link
Owner

Specy commented Jan 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant