mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-03 16:09:20 +00:00
Release 4.2.4 (#4337)
This commit is contained in:
@ -24,17 +24,17 @@ crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
||||
[dependencies]
|
||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||
# library name (see `[lib]`).
|
||||
wasmer-api = { version = "=4.2.3", path = "../api", default-features = false, package = "wasmer" }
|
||||
wasmer-compiler = { version = "=4.2.3", path = "../compiler", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.2.3", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.2.3", path = "../compiler-llvm", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.2.3", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-emscripten = { version = "=4.2.3", path = "../emscripten", optional = true }
|
||||
wasmer-middlewares = { version = "=4.2.3", path = "../middlewares", optional = true }
|
||||
wasmer-types = { version = "=4.2.3", path = "../types" }
|
||||
wasmer-wasix = { version = "0.16.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
||||
wasmer-api = { version = "=4.2.4", path = "../api", default-features = false, package = "wasmer" }
|
||||
wasmer-compiler = { version = "=4.2.4", path = "../compiler", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.2.4", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.2.4", path = "../compiler-llvm", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.2.4", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-emscripten = { version = "=4.2.4", path = "../emscripten", optional = true }
|
||||
wasmer-middlewares = { version = "=4.2.4", path = "../middlewares", optional = true }
|
||||
wasmer-types = { version = "=4.2.4", path = "../types" }
|
||||
wasmer-wasix = { version = "0.17.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
||||
webc = { version = "5.0", optional = true }
|
||||
virtual-fs = { version = "0.9.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||
virtual-fs = { version = "0.10.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||
enumset.workspace = true
|
||||
cfg-if = "1.0"
|
||||
lazy_static = "1.4"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-capi-examples-runner"
|
||||
version = "4.2.3"
|
||||
version = "4.2.4"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "wasmer-capi-examples-runner"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-c-api-test-runner"
|
||||
version = "4.2.3"
|
||||
version = "4.2.4"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "wasmer-c-api-test-runner"
|
||||
|
Reference in New Issue
Block a user