gear-tech / gear

Web3 Ultimate Execution Engine
https://gear-tech.io
GNU General Public License v3.0
234 stars 104 forks source link

Sync the version of wasmi #3214

Open clearloop opened 1 year ago

clearloop commented 1 year ago

Problem to Solve

we have different versions of wasmi used in our workspace for now

workspace: https://github.com/gear-tech/gear/blob/master/Cargo.toml#L165 sandbox : https://github.com/gear-tech/gear/blob/master/sandbox/host/Cargo.toml#L21 wasm-builder( this uses wasmi as dev-dep ): https://github.com/gear-tech/gear/blob/master/utils/wasm-builder/Cargo.toml#L33

Possible Solution

spread the wasmi of sandbox-host to the workspace

Notes

No response

gshep commented 1 year ago

relates to #3017