mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-18 03:12:13 +00:00
Update wasmi requirement to 0.3
Updates the requirements on [wasmi](https://github.com/paritytech/wasmi) to permit the latest version. - [Release notes](https://github.com/paritytech/wasmi/releases) - [Commits](https://github.com/paritytech/wasmi/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
175319c1e0
commit
178375a51b
@ -20,4 +20,4 @@ serde_json = "1.0"
|
|||||||
tempfile = "3.0"
|
tempfile = "3.0"
|
||||||
wasm-bindgen-shared = { path = "../shared", version = '=0.2.11' }
|
wasm-bindgen-shared = { path = "../shared", version = '=0.2.11' }
|
||||||
wasm-gc-api = "0.1"
|
wasm-gc-api = "0.1"
|
||||||
wasmi = "0.2"
|
wasmi = "0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user