Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tkxkd0159 opened this issue Jan 24, 2024 · 0 comments · Fixed by #344
Closed

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

tkxkd0159 opened this issue Jan 24, 2024 · 0 comments · Fixed by #344

Comments

@tkxkd0159
Copy link
Member

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

ref. CosmWasm/cosmwasm#1734, CosmWasm/cosmwasm#1786

@loloicci loloicci mentioned this issue Feb 6, 2024
8 tasks
loloicci added a commit to loloicci/line-cosmwasm that referenced this issue Feb 6, 2024
This fix Finschia#338.
And, this will be replaced with wasmparser in feature version.
(CosmWasm/cosmwasm#1786)
loloicci added a commit to loloicci/line-cosmwasm that referenced this issue Feb 6, 2024
This fix Finschia#338.
And, this will be replaced with wasmparser in feature version.
(CosmWasm/cosmwasm#1786)
loloicci added a commit that referenced this issue Feb 7, 2024
* fix: enable sign ext

This fix #338.
And, this will be replaced with wasmparser in feature version.
(CosmWasm/cosmwasm#1786)

* Test contract compiled with Rust 1.70.0

* chore: update some contract's lock files

* chore: update some contract's lock files

---------

Co-authored-by: Simon Warta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant