feat(workspace): enable sign-ext everywhere#2522
Conversation
clearloop
left a comment
There was a problem hiding this comment.
The CI will confirm if everything works since this PR has enabled the sign-ext feature of wasm-opt which means all of the wasm binaries are built with sign-ext in CI now
|
Our |
my patch checked out from our previous patch, see the diff here |
gshep
left a comment
There was a problem hiding this comment.
LGTM!
However I'm curious why not just enable sign_ext feature of both wasm-instrument crates instead of patching them?
UPDATED: for our version, just adding "sign_ext" works! |
|
@clearloop please, unpin nightly, rerun CI and merge asap if everything is ok |
followed
|
Resolves #2496
wasm-optofwasm-builderPatches
only annotated the
#[feature = "sign-ext"]in these branches' rust files, keptfeatures.sign-extfor preventing inner complation errors since some of the packages insde may still require this feature@gear-tech/dev