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

64-bit WASM support #37

Open
tidoust opened this issue Oct 29, 2021 · 1 comment
Open

64-bit WASM support #37

tidoust opened this issue Oct 29, 2021 · 1 comment

Comments

@tidoust
Copy link
Member

tidoust commented Oct 29, 2021

Raised in:

@lars-t-hansen
Copy link

Firefox has a working prototype for 64-bit wasm; it is off by default but I expect it to be enabled by default in Firefox Nightly later this month. Our implementation has not yet received all desirable optimizations, those will arrive over the next few months. The main tracking bug is here. Once the feature is standardized, we expect to ship it.

While wasm64 will enable wasm applications to use more than 4GB RAM on suitable systems, run-time performance will likely not match that of wasm32 since 64-bit heap accesses will need to use more expensive bounds checks. Reducing this cost as much as possible is the focus of ongoing work.

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

No branches or pull requests

2 participants