Is it possible to have multithread wasm?
*Ported From GitHub
Is it possible to have multithread wasm?
*Ported From GitHub
As discussed here, currently shared buffers forbids the use of iframe, which is needed by many websites.
This can be done by providing both multithreaded and non-multithreaded versions and letting the user choose. In my project, I already deploy multiple wasm builds with both multithreaded and non-multithreaded versions.
But it’s pretty hard to do