Closed Kayanski closed 10 months ago
With Rust 1.70, unsupported op codes appear when uploading the wasms on-chain. (See : https://github.com/CosmWasm/cosmwasm/issues/1727)
One fix is available on that issue. Would it be possible to implement that ?
Thanks
You can upgrade to CosmWasm 1.5 as a solution. Or try target_rustc_args: Some(vec!["target-feature=+sign-ext".to_string()]) (but I haven't tested this)
target_rustc_args: Some(vec!["target-feature=+sign-ext".to_string()])
Ok, this works with cosmwasm 1.5 indeed, thank you !
With Rust 1.70, unsupported op codes appear when uploading the wasms on-chain. (See : https://github.com/CosmWasm/cosmwasm/issues/1727)
One fix is available on that issue. Would it be possible to implement that ?
Thanks