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

Multi-threading on web #7376

Open
emilk opened this issue Sep 9, 2024 · 0 comments
Open

Multi-threading on web #7376

emilk opened this issue Sep 9, 2024 · 0 comments
Labels
📉 performance Optimization, memory use, etc 🕸️ web regarding running the viewer in a browser

Comments

@emilk
Copy link
Member

emilk commented Sep 9, 2024

With a bit of work, one can spawn wasm32 threads in the browser with shared memory. Unfortunately, this requires a nightly compiler (for -Z build-std=std,panic_abort).

I think it could be fine for use to rely on the nightly compiler for just wasm32.

Reading

@emilk emilk added 🕸️ web regarding running the viewer in a browser 📉 performance Optimization, memory use, etc labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📉 performance Optimization, memory use, etc 🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

No branches or pull requests

1 participant