We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue for a post-MVP feature It will be updated as the issue progresses.
Topic Sign-extension operators Champion Ben Smith @binji Status in progress Phase standardize the feature Linked issues Linked repositories github.com/WebAssembly/sign-extension-ops
This proposal adds five new integer instructions for sign-extending 8-bit, 16-bit, and 32-bit values.
i32.extend8_s
i32.extend16_s
i64.extend8_s
i64.extend16_s
i64.extend32_s
The text was updated successfully, but these errors were encountered:
Closing as discussed in WebAssembly/design#1534. As of WebAssembly/meetings#561, the CG no longer uses tracking issues to track proposals. See the proposals repo README.md to track the status of proposals.
Sorry, something went wrong.
binji
No branches or pull requests
This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic Sign-extension operators
Champion Ben Smith @binji
Status in progress
Phase standardize the feature
Linked issues
Linked repositories github.com/WebAssembly/sign-extension-ops
Details
This proposal adds five new integer instructions for sign-extending 8-bit, 16-bit, and 32-bit values.
i32.extend8_s
: extend a signed 8-bit integer to a 32-bit integeri32.extend16_s
: extend a signed 16-bit integer to a 32-bit integeri64.extend8_s
: extend a signed 8-bit integer to a 64-bit integeri64.extend16_s
: extend a signed 16-bit integer to a 64-bit integeri64.extend32_s
: extend a signed 32-bit integer to a 64-bit integerThe text was updated successfully, but these errors were encountered: