We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Custom Page Sizes
Currently, the WASM page size is fixed at 64KiB, which is rather expensive in some scenarios.
WebAssembly WG proposed a new feature to handle it nicely: https://github.com/WebAssembly/custom-page-sizes/blob/main/proposals/custom-page-sizes/Overview.md
It should be rather easy to implement, and it would help to catalyse the adoption of this feature: AssemblyScript/assemblyscript#2866
The text was updated successfully, but these errors were encountered:
PRs for this would be very welcome.
Sorry, something went wrong.
No branches or pull requests
Currently, the WASM page size is fixed at 64KiB, which is rather expensive in some scenarios.
WebAssembly WG proposed a new feature to handle it nicely:
https://github.com/WebAssembly/custom-page-sizes/blob/main/proposals/custom-page-sizes/Overview.md
It should be rather easy to implement, and it would help to catalyse the adoption of this feature: AssemblyScript/assemblyscript#2866
The text was updated successfully, but these errors were encountered: