scrtlabs / SecretNetwork

𝕊 The Secret Network
https://scrt.network
Other
525 stars 191 forks source link

Support compiling contracts with Rust v1.70+ #1500

Closed assafmo closed 1 year ago

assafmo commented 1 year ago

Starting from v1.70, Rust uses the Wasm sign extension opcodes when compiling to Wasm. Our Wasm parser for static analysis had to be updated in order to correctly parse these opcodes.

Refs: