Release 4.2.4 (#4337)

This commit is contained in:
Arshia001
2023-11-30 21:16:20 +03:30
committed by GitHub
parent b38aa5c776
commit 4d63febf9d
34 changed files with 252 additions and 218 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"