mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Update more parity-wasm
This commit is contained in:
parent
4a50d7b71c
commit
ef37986541
@ -13,7 +13,7 @@ Shared support for the wasm-bindgen-cli package, an internal dependency
|
||||
[dependencies]
|
||||
base64 = "0.9"
|
||||
failure = "0.1.2"
|
||||
parity-wasm = "0.35"
|
||||
parity-wasm = "0.36"
|
||||
tempfile = "3.0"
|
||||
wasm-bindgen-gc = { path = '../gc', version = '=0.2.33' }
|
||||
wasm-bindgen-shared = { path = "../shared", version = '=0.2.33' }
|
||||
|
@ -11,7 +11,7 @@ Support for removing unused items from a wasm executable
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.35.1"
|
||||
parity-wasm = "0.36"
|
||||
log = "0.4"
|
||||
rustc-demangle = "0.1.9"
|
||||
|
||||
|
@ -11,5 +11,5 @@ Support for threading-related transformations in wasm-bindgen
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.35"
|
||||
parity-wasm = "0.36"
|
||||
failure = "0.1"
|
||||
|
@ -11,7 +11,7 @@ Micro-interpreter optimized for wasm-bindgen's use case
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.35"
|
||||
parity-wasm = "0.36"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user