-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Now Chrome/FF/Safari all support WASM, we should probably use it for Olm #5591
Comments
Does this pin us to more modern versions of browsers, or does it fall back to the non webassembly version if the browser doesn't include support? |
see also element-hq/element-desktop#888 |
According to https://caniuse.com/#feat=wasm that would exclude ~26% of browsers (~18% if you filter by desktop users). |
This may not be as easy as just setting |
#7385 does this! |
The notable exception in that list is TorBrowser which explicitly disables WASM |
@dbkr can we close this then? :) |
I'm voting yes. |
I think this is just as easy as shoving a
-s WASM=1
into the emscripten runes when building olm for matrix-js-sdk? See https://github.com/kripken/emscripten/wiki/WebAssemblyThe text was updated successfully, but these errors were encountered: