mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-17 19:02:13 +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]
|
[dependencies]
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
failure = "0.1.2"
|
failure = "0.1.2"
|
||||||
parity-wasm = "0.35"
|
parity-wasm = "0.36"
|
||||||
tempfile = "3.0"
|
tempfile = "3.0"
|
||||||
wasm-bindgen-gc = { path = '../gc', version = '=0.2.33' }
|
wasm-bindgen-gc = { path = '../gc', version = '=0.2.33' }
|
||||||
wasm-bindgen-shared = { path = "../shared", 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]
|
[dependencies]
|
||||||
parity-wasm = "0.35.1"
|
parity-wasm = "0.36"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rustc-demangle = "0.1.9"
|
rustc-demangle = "0.1.9"
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ Support for threading-related transformations in wasm-bindgen
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = "0.35"
|
parity-wasm = "0.36"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
|
@ -11,7 +11,7 @@ Micro-interpreter optimized for wasm-bindgen's use case
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = "0.35"
|
parity-wasm = "0.36"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user