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
Rust 1.82 has enabled new WASM extensions, which means that compilation/execution of smart contracts fails. We need to also add the new extensions such that smart contracts work correctly with this Rust version.
Steps to Reproduce
Run the following command in concordium-rust-smart-contracts/concordium-std:
cargo concordium test --only-unit-tests -- --features internal-wasm-test
Expected Result
The unit tests runs
Actual Result
Unexpected byte 0x80. Expected 0x00
The text was updated successfully, but these errors were encountered:
Ran into this issue and could not find any other mentions of it.
Is there any progress on this? It would be nice not having to keep a separate toolchain installed just for smart contract compilation.
Bug Description
Rust 1.82 has enabled new WASM extensions, which means that compilation/execution of smart contracts fails. We need to also add the new extensions such that smart contracts work correctly with this Rust version.
Steps to Reproduce
Run the following command in
concordium-rust-smart-contracts/concordium-std
:cargo concordium test --only-unit-tests -- --features internal-wasm-test
Expected Result
The unit tests runs
Actual Result
Unexpected byte 0x80. Expected 0x00
The text was updated successfully, but these errors were encountered: