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

Implement the Wasm memory64 proposal #1357

Open
Robbepop opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1371
Open

Implement the Wasm memory64 proposal #1357

Robbepop opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1371

Comments

@Robbepop
Copy link
Member

Robbepop commented Feb 3, 2025

This is about adding support for the memory64 Wasm proposal.

The memory64 Wasm proposal is already in Phase 4 since some time and thus full stabilization can be expected to happen soon.

Having memory64 support in wasmi would improve alignment with Wasmtime, and allow to use Wasmi for Wasm binaries that have been compiled to memory64 (obviously). However, it would also allow to use Wasmi for Wasm binaries that require more than 4GB of linear memory to properly execute which might be a niche use-case given that Wasmi is an interpreter but there still might exist some use cases for it.

@Robbepop Robbepop linked a pull request Feb 14, 2025 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant