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

Enable post-MVP WASM ops (sign-ext and mutable-globals), fix #968. #979

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Aug 1, 2023

This enables the sign-ext and mutable-globals extensions on wasmi. This is necessary both because clang has those extensions turned on by default and also rust 1.70 turns them on by default also. (We could try to make all users turn them off but the odds are they'd hit this error fairly frequently)

@graydon graydon requested review from sisuresh and a team as code owners August 1, 2023 22:32
@graydon graydon enabled auto-merge (squash) August 1, 2023 22:32
@graydon graydon requested a review from dmkozh August 1, 2023 22:32
@graydon graydon merged commit c7d0584 into main Aug 1, 2023
8 checks passed
@graydon graydon deleted the sign-extension-and-mutable-globals branch August 1, 2023 22:39
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 this pull request may close these issues.

2 participants