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

feat: run Go programs in separate worker #412

Merged
merged 5 commits into from
Sep 15, 2024
Merged

Conversation

x1unix
Copy link
Owner

@x1unix x1unix commented Sep 15, 2024

This PR moves Go WASM programs execution into a separate thread using WebWorkers.

This should improve page responsiveness when running Go benchmarks.

Closes #411

@x1unix x1unix added this to the 2.2.0 milestone Sep 15, 2024
@x1unix x1unix merged commit cd059da into master Sep 15, 2024
1 check passed
@x1unix x1unix deleted the feat/async-wasm-exec branch September 15, 2024 02:19
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

Successfully merging this pull request may close these issues.

wasm: running benchmarks make page inresponsive
1 participant