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
We recently upgraded our pinned rust nightly version, which inadvertently broke the wasm light client build:
panic: Error calling the VM: Error during static Wasm validation: Wasm bytecode could not be deserialized. Deserialization error: "Unknown opcode 192": create wasm contract failed
also added a check to ensure that sign-ext opcodes don't find their way
back into the binary.
this also provides a significant improvement to the size of the binary,
from 2.8M to 1.1M (758K to 322K gzipped).
closes#91
We recently upgraded our pinned rust nightly version, which inadvertently broke the wasm light client build:
See this issue for more information.
The text was updated successfully, but these errors were encountered: