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 Wasm proposal: extended-const #638

Closed
Robbepop opened this issue Feb 1, 2023 · 1 comment · Fixed by #707
Closed

Implement Wasm proposal: extended-const #638

Robbepop opened this issue Feb 1, 2023 · 1 comment · Fixed by #707
Labels
enhancement New feature or request

Comments

@Robbepop
Copy link
Member

Robbepop commented Feb 1, 2023

This is about adding support for the extended-const Wasm proposal.

The extended-const Wasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon. Furthermore it is a fairly light weight proposal, therefore implementing it won't be a lot of work.

Having extended-const support in wasmi will be an enabler for use cases that rely on dynamic linking of Wasm modules.

@Robbepop Robbepop added the enhancement New feature or request label Feb 1, 2023
Robbepop added a commit that referenced this issue Feb 1, 2023
Robbepop added a commit that referenced this issue Feb 1, 2023
* add link to wasmi_wasi crate folder

* add planned support for extended-const Wasm proposal

* add README link for issue #638
@Robbepop
Copy link
Member Author

Implemented in #707. Closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant