Skip to content

disable sign-ext when using wasm-opt + update wasm-opt #3203

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

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Mar 21, 2023

Description

Explicitly disabling sign extension operators when running wasm-opt so that we could continue using most recent (v112) optimiser.
Note: merge this after 1d2722f is in develop so that we could remove dependency on 110

Checklist:

  • added a changelog entry to CHANGELOG.md

@jstuczyn jstuczyn added bug Something isn't working chore Updating dependencies, fixing CI, etc labels Mar 21, 2023
@jstuczyn jstuczyn changed the title disabling sign-ext disabling sign-ext when using wasm-opt Mar 21, 2023
@jstuczyn jstuczyn added this to the v1.1.14 milestone Mar 21, 2023
@jstuczyn jstuczyn changed the title disabling sign-ext when using wasm-opt disable sign-ext when using wasm-opt Mar 21, 2023
@jstuczyn jstuczyn force-pushed the chore/disable-sign-ext branch from eb8c6d4 to 8b9a5cf Compare March 22, 2023 10:38
@jstuczyn jstuczyn changed the title disable sign-ext when using wasm-opt disable sign-ext when using wasm-opt + update wasm-opt Mar 22, 2023
@jstuczyn jstuczyn self-assigned this Mar 22, 2023
@jstuczyn jstuczyn changed the base branch from develop to release/v1.1.14 March 22, 2023 13:52
@tommyv1987 tommyv1987 merged commit 28e6e91 into release/v1.1.14 Mar 23, 2023
@tommyv1987 tommyv1987 deleted the chore/disable-sign-ext branch March 23, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Updating dependencies, fixing CI, etc
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants