Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

Compiling Wasm with Rust 1.70 >= leads to unsupported Wasm opcodes #338

Closed tkxkd0159 closed 9 months ago

tkxkd0159 commented 9 months ago

We should ignore opcode 192 until applying following upstream changes if we want to build our CosmWasm contract with latest rustc.

ref. https://github.com/CosmWasm/cosmwasm/pull/1734, https://github.com/CosmWasm/cosmwasm/pull/1786