You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign-extension operators proposal introduces new numeric instructions for sign-extending 8/16/32 bit integers. It has been standardized and implemented in major platforms. Rustc supports these instructions as of version 1.70.0-nightly.
Besides implementing the syntax and semantics in K, it requires switching to a more up-to-date Python Wasm binary parser library that supports these instructions. ethereum / py-wasm hasn't received any updates since 2019.
The text was updated successfully, but these errors were encountered:
Sign-extension operators proposal introduces new numeric instructions for sign-extending 8/16/32 bit integers. It has been standardized and implemented in major platforms. Rustc supports these instructions as of version
1.70.0-nightly
.New opcodes and instructions:
Besides implementing the syntax and semantics in K, it requires switching to a more up-to-date Python Wasm binary parser library that supports these instructions.
ethereum / py-wasm
hasn't received any updates since 2019.The text was updated successfully, but these errors were encountered: