Bump 3.0.0-alpha.3 to 3.0.0-alpha.4

This commit is contained in:
Felix Schütt
2022-07-29 11:51:11 +02:00
committed by Manos Pitsidianakis
parent 6453aac120
commit 011d36829a
32 changed files with 145 additions and 145 deletions

View File

@@ -6,7 +6,7 @@
Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/CHANGELOG.md).
## 3.0.0-alpha.3 2022/07/28
## 3.0.0-alpha.4 2022/07/28
### Added
- [#3035](https://github.com/wasmerio/wasmer/pull/3035) Added a simple "divide by zero" wast test, for #1899, as the trap information are correctly tracked on singlepass now

54
Cargo.lock generated
View File

@@ -2700,7 +2700,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi-test-generator"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"glob",
"gumdrop",
@@ -2832,7 +2832,7 @@ dependencies = [
[[package]]
name = "wasmer"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"cfg-if 1.0.0",
@@ -2875,7 +2875,7 @@ dependencies = [
[[package]]
name = "wasmer-c-api"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"cbindgen",
"cfg-if 1.0.0",
@@ -2901,7 +2901,7 @@ dependencies = [
[[package]]
name = "wasmer-cache"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"blake3",
"criterion",
@@ -2915,7 +2915,7 @@ dependencies = [
[[package]]
name = "wasmer-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"atty",
@@ -2945,7 +2945,7 @@ dependencies = [
[[package]]
name = "wasmer-compiler"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"backtrace",
"cfg-if 1.0.0",
@@ -2970,7 +2970,7 @@ dependencies = [
[[package]]
name = "wasmer-compiler-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"atty",
@@ -2991,7 +2991,7 @@ dependencies = [
[[package]]
name = "wasmer-compiler-cranelift"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
@@ -3010,7 +3010,7 @@ dependencies = [
[[package]]
name = "wasmer-compiler-llvm"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"byteorder",
"cc",
@@ -3032,7 +3032,7 @@ dependencies = [
[[package]]
name = "wasmer-compiler-singlepass"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"byteorder",
"dynasm",
@@ -3050,7 +3050,7 @@ dependencies = [
[[package]]
name = "wasmer-derive"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"compiletest_rs",
"proc-macro-error",
@@ -3062,7 +3062,7 @@ dependencies = [
[[package]]
name = "wasmer-emscripten"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"byteorder",
"getrandom",
@@ -3076,7 +3076,7 @@ dependencies = [
[[package]]
name = "wasmer-integration-tests-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"rand",
@@ -3085,11 +3085,11 @@ dependencies = [
[[package]]
name = "wasmer-integration-tests-ios"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
[[package]]
name = "wasmer-middlewares"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"wasmer",
"wasmer-types",
@@ -3098,7 +3098,7 @@ dependencies = [
[[package]]
name = "wasmer-object"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"object",
"thiserror",
@@ -3108,7 +3108,7 @@ dependencies = [
[[package]]
name = "wasmer-types"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"enum-iterator",
"enumset",
@@ -3123,7 +3123,7 @@ dependencies = [
[[package]]
name = "wasmer-vbus"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"libc",
"serde",
@@ -3136,7 +3136,7 @@ dependencies = [
[[package]]
name = "wasmer-vfs"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"libc",
"serde",
@@ -3148,7 +3148,7 @@ dependencies = [
[[package]]
name = "wasmer-vm"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"backtrace",
"cc",
@@ -3171,7 +3171,7 @@ dependencies = [
[[package]]
name = "wasmer-vnet"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"bytes",
"libc",
@@ -3185,7 +3185,7 @@ dependencies = [
[[package]]
name = "wasmer-wasi"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"bincode",
"bytes",
@@ -3213,7 +3213,7 @@ dependencies = [
[[package]]
name = "wasmer-wasi-experimental-io-devices"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"minifb",
"nix",
@@ -3226,7 +3226,7 @@ dependencies = [
[[package]]
name = "wasmer-wasi-local-networking"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"bytes",
"tracing",
@@ -3236,7 +3236,7 @@ dependencies = [
[[package]]
name = "wasmer-wasi-types"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"byteorder",
"serde",
@@ -3247,7 +3247,7 @@ dependencies = [
[[package]]
name = "wasmer-wast"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"serde",
@@ -3261,7 +3261,7 @@ dependencies = [
[[package]]
name = "wasmer-workspace"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
dependencies = [
"anyhow",
"build-deps",

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-workspace"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer workspace"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
@@ -10,18 +10,18 @@ publish = false
autoexamples = false
[dependencies]
wasmer = { version = "=3.0.0-alpha.3", path = "lib/api", default-features = false }
wasmer-compiler = { version = "=3.0.0-alpha.3", path = "lib/compiler", features = ["compiler"] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.3", path = "lib/compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.3", path = "lib/compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.3", path = "lib/compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.3", path = "lib/emscripten", optional = true }
wasmer-wasi = { version = "=3.0.0-alpha.3", path = "lib/wasi", optional = true }
wasmer-wast = { version = "=3.0.0-alpha.3", path = "tests/lib/wast", optional = true }
wasi-test-generator = { version = "=3.0.0-alpha.3", path = "tests/wasi-wast", optional = true }
wasmer-cache = { version = "=3.0.0-alpha.3", path = "lib/cache", optional = true }
wasmer-types = { version = "=3.0.0-alpha.3", path = "lib/types" }
wasmer-middlewares = { version = "=3.0.0-alpha.3", path = "lib/middlewares", optional = true }
wasmer = { version = "=3.0.0-alpha.4", path = "lib/api", default-features = false }
wasmer-compiler = { version = "=3.0.0-alpha.4", path = "lib/compiler", features = ["compiler"] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "lib/compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "lib/compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "lib/compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "lib/emscripten", optional = true }
wasmer-wasi = { version = "=3.0.0-alpha.4", path = "lib/wasi", optional = true }
wasmer-wast = { version = "=3.0.0-alpha.4", path = "tests/lib/wast", optional = true }
wasi-test-generator = { version = "=3.0.0-alpha.4", path = "tests/wasi-wast", optional = true }
wasmer-cache = { version = "=3.0.0-alpha.4", path = "lib/cache", optional = true }
wasmer-types = { version = "=3.0.0-alpha.4", path = "lib/types" }
wasmer-middlewares = { version = "=3.0.0-alpha.4", path = "lib/middlewares", optional = true }
cfg-if = "1.0"
[workspace]
@@ -64,7 +64,7 @@ glob = "0.3"
rustc_version = "0.4"
[dev-dependencies]
wasmer = { version = "=3.0.0-alpha.3", path = "lib/api", default-features = false, features = ["cranelift"] }
wasmer = { version = "=3.0.0-alpha.4", path = "lib/api", default-features = false, features = ["cranelift"] }
anyhow = "1.0"
criterion = "0.3"
lazy_static = "1.4"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "High-performance WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "runtime", "vm"]
@@ -32,15 +32,15 @@ wat = { version = "1.0", optional = true }
# Dependencies and Development Dependencies for `sys`.
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# - Mandatory dependencies for `sys`.
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.3" }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.3" }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.3" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4" }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
target-lexicon = { version = "0.12.2", default-features = false }
# - Optional dependencies for `sys`.
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.3", optional = true }
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.0.0-alpha.3", optional = true }
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.0.0-alpha.3", optional = true }
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.4", optional = true }
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.0.0-alpha.4", optional = true }
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.0.0-alpha.4", optional = true }
wasm-bindgen = { version = "0.2.74", optional = true }
js-sys = { version = "0.3.51", optional = true }
@@ -57,11 +57,11 @@ anyhow = "1.0"
# Dependencies and Develoment Dependencies for `js`.
[target.'cfg(target_arch = "wasm32")'.dependencies]
# - Mandatory dependencies for `js`.
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3", default-features = false, features = ["std"] }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] }
wasm-bindgen = "0.2.74"
js-sys = "0.3.51"
#web-sys = { version = "0.3.51", features = [ "console" ] }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.3" }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" }
# - Optional dependencies for `js`.
wasmparser = { version = "0.83", default-features = false, optional = true }
hashbrown = { version = "0.11", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-c-api"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer C API library"
categories = ["wasm", "api-bindings"]
keywords = ["wasm", "webassembly", "runtime"]
@@ -22,15 +22,15 @@ crate-type = ["cdylib", "rlib", "staticlib"]
[dependencies]
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
# library name (see `[lib]`).
wasmer-api = { version = "=3.0.0-alpha.3", path = "../api", default-features = false, features = ["sys"], package = "wasmer" }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.3", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.3", path = "../compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.3", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.3", path = "../emscripten", optional = true }
wasmer-compiler = { version = "=3.0.0-alpha.3", path = "../compiler" }
wasmer-middlewares = { version = "=3.0.0-alpha.3", path = "../middlewares", optional = true }
wasmer-wasi = { version = "=3.0.0-alpha.3", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true }
wasmer-types = { version = "=3.0.0-alpha.3", path = "../types" }
wasmer-api = { version = "=3.0.0-alpha.4", path = "../api", default-features = false, features = ["sys"], package = "wasmer" }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "../emscripten", optional = true }
wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler" }
wasmer-middlewares = { version = "=3.0.0-alpha.4", path = "../middlewares", optional = true }
wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true }
wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" }
enumset = "1.0.2"
cfg-if = "1.0"
lazy_static = "1.4"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-cache"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Cache system for Wasmer WebAssembly runtime"
categories = ["wasm", "caching"]
keywords = ["wasm", "webassembly", "cache"]
@@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer = { path = "../api", version = "=3.0.0-alpha.3", default-features = false, features = ["sys"] }
wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["sys"] }
hex = "0.4"
thiserror = "1"
blake3 = "1.0"
@@ -20,7 +20,7 @@ blake3 = "1.0"
criterion = "0.3"
tempfile = "3"
rand = "0.8.3"
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.3" }
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.4" }
[features]
default = ["wasmer/js-serializable-module", "filesystem"]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-compiler-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Compiler CLI"
categories = ["wasm", "command-line-interface"]
keywords = ["wasm", "webassembly", "cli"]
@@ -18,8 +18,8 @@ path = "src/bin/wasmer_compiler.rs"
doc = false
[dependencies]
wasmer-compiler = { version = "=3.0.0-alpha.3", path = "../compiler", features = ["compiler"] }
wasmer-types = { version = "=3.0.0-alpha.3", path = "../types" }
wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler", features = ["compiler"] }
wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" }
atty = "0.2"
colored = "2.0"
anyhow = "1.0"
@@ -35,12 +35,12 @@ log = { version = "0.4", optional = true }
tempfile = "3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.3", path = "../compiler-singlepass", optional = true }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.3", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.3", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.3", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
[target.'cfg(target_os = "linux")'.dependencies]
unix_mode = "0.1.3"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer CLI"
categories = ["wasm", "command-line-interface"]
keywords = ["wasm", "webassembly", "cli"]
@@ -25,19 +25,19 @@ doc = false
required-features = ["headless"]
[dependencies]
wasmer = { version = "=3.0.0-alpha.3", path = "../api", default-features = false }
wasmer-compiler = { version = "=3.0.0-alpha.3", path = "../compiler", features = ["compiler", ] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.3", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.3", path = "../compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.3", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.3", path = "../emscripten", optional = true }
wasmer-vm = { version = "=3.0.0-alpha.3", path = "../vm" }
wasmer-wasi = { version = "=3.0.0-alpha.3", path = "../wasi", optional = true }
wasmer-wasi-experimental-io-devices = { version = "=3.0.0-alpha.3", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
wasmer-wast = { version = "=3.0.0-alpha.3", path = "../../tests/lib/wast", optional = true }
wasmer-cache = { version = "=3.0.0-alpha.3", path = "../cache", optional = true }
wasmer-types = { version = "=3.0.0-alpha.3", path = "../types" }
wasmer-vfs = { version = "=3.0.0-alpha.3", path = "../vfs", default-features = false, features = ["host-fs"] }
wasmer = { version = "=3.0.0-alpha.4", path = "../api", default-features = false }
wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler", features = ["compiler", ] }
wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "../emscripten", optional = true }
wasmer-vm = { version = "=3.0.0-alpha.4", path = "../vm" }
wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", optional = true }
wasmer-wasi-experimental-io-devices = { version = "=3.0.0-alpha.4", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
wasmer-wast = { version = "=3.0.0-alpha.4", path = "../../tests/lib/wast", optional = true }
wasmer-cache = { version = "=3.0.0-alpha.4", path = "../cache", optional = true }
wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" }
wasmer-vfs = { version = "=3.0.0-alpha.4", path = "../vfs", default-features = false, features = ["host-fs"] }
atty = "0.2"
colored = "2.0"
anyhow = "1.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-compiler-cranelift"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Cranelift compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "cranelift"]
@@ -12,8 +12,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.3", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3", default-features = false, features = ["std"] }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] }
cranelift-entity = { version = "0.86.1", default-features = false }
cranelift-codegen = { version = "0.86.1", default-features = false, features = ["x86", "arm64"] }
cranelift-frontend = { version = "0.86.1", default-features = false }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-compiler-llvm"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "LLVM compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "llvm"]
@@ -12,11 +12,11 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.3", features = [
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = [
"translator", "compiler"
] }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.3" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
target-lexicon = { version = "0.12.2", default-features = false }
smallvec = "1.6"
object = { version = "0.28.3", default-features = false, features = ["read"] }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-compiler-singlepass"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Singlepass compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
@@ -12,8 +12,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.3", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3", default-features = false, features = ["std"] }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] }
hashbrown = { version = "0.11", optional = true }
gimli = { version = "0.26", optional = true }
more-asserts = "0.2"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-compiler"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Base compiler abstraction for Wasmer WebAssembly runtime"
categories = ["wasm", "no-std"]
keywords = ["wasm", "webassembly", "compiler"]
@@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3", default-features = false }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false }
wasmparser = { version = "0.83", optional = true, default-features = false }
enumset = "1.0.2"
hashbrown = { version = "0.11", optional = true }
@@ -31,7 +31,7 @@ leb128 = "0.2"
enum-iterator = "0.7.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.3" }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" }
region = { version = "3.0" }
[target.'cfg(target_os = "windows")'.dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-derive"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer derive macros"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-emscripten"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Emscripten implementation library for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"]
@@ -16,8 +16,8 @@ lazy_static = "1.4"
libc = "^0.2"
log = "0.4"
time = { version = "0.2", features = ["std"] }
wasmer = { path = "../api", version = "=3.0.0-alpha.3", default-features = false, features = ["sys", "compiler"] }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["sys", "compiler"] }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
[target.'cfg(windows)'.dependencies]
getrandom = "0.2"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-middlewares"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "A collection of various useful middlewares"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
@@ -11,12 +11,12 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer = { path = "../api", version = "=3.0.0-alpha.3", default-features = false, features = ["compiler"] }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.3" }
wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["compiler"] }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" }
[dev-dependencies]
wasmer = { path = "../api", version = "=3.0.0-alpha.3", features = ["compiler"] }
wasmer = { path = "../api", version = "=3.0.0-alpha.4", features = ["compiler"] }
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-object"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Native Object generator"
categories = ["wasm"]
keywords = ["wasm", "webassembly"]
@@ -11,8 +11,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.3", default-features = false, features = [
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", default-features = false, features = [
"std",
"translator",
] }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-types"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Common Types"
categories = ["wasm", "no-std", "data-structures"]
keywords = ["wasm", "webassembly", "types"]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-vbus"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Virtual Bus"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
license = "MIT"
@@ -13,7 +13,7 @@ tracing = { version = "0.1" }
typetag = { version = "0.1", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
slab = { version = "0.4", optional = true }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.3", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false }
[features]
default = []

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-vfs"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Virtual FileSystem"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-vm"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Runtime library support for Wasmer"
categories = ["wasm"]
keywords = ["wasm", "webassembly"]
@@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
libc = { version = "^0.2", default-features = false }
memoffset = "0.6"
indexmap = { version = "1.6", features = ["serde-1"] }

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-vnet"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Wasmer Virtual Networking"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
license = "MIT"
@@ -13,7 +13,7 @@ tracing = { version = "0.1" }
typetag = { version = "0.1", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
slab = { version = "0.4", optional = true }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.3", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false }
bytes = "1"
[features]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasi-experimental-io-devices"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "An experimental non-standard WASI extension for graphics"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "types"]
@@ -14,7 +14,7 @@ edition = "2018"
maintenance = { status = "experimental" }
[dependencies]
wasmer-wasi = { version = "=3.0.0-alpha.3", path = "../wasi", default-features=false }
wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", default-features=false }
tracing = "0.1"
minifb = { version = "0.19", optional = true }
nix = "0.20.2"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasi-local-networking"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "An WASIX extension for local networking"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "types"]
@@ -14,8 +14,8 @@ edition = "2018"
maintenance = { status = "experimental" }
[dependencies]
wasmer-vnet = { version = "=3.0.0-alpha.3", path = "../vnet", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.3", default-features = false, features = [ "host-fs" ] }
wasmer-vnet = { version = "=3.0.0-alpha.4", path = "../vnet", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false, features = [ "host-fs" ] }
tracing = "0.1"
bytes = "1.1"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasi-types"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "WASI types for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
@@ -11,8 +11,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmer-types = { path = "../types", version = "=3.0.0-alpha.3" }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.3" }
wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" }
wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" }
serde = { version = "1.0", features = ["derive"], optional=true }
byteorder = "1.3"
time = "0.2"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasi"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "WASI implementation library for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
@@ -19,12 +19,12 @@ thiserror = "1"
generational-arena = { version = "0.2" }
tracing = "0.1"
getrandom = "0.2"
wasmer-wasi-types = { path = "../wasi-types", version = "=3.0.0-alpha.3" }
wasmer = { path = "../api", version = "=3.0.0-alpha.3", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.3", default-features = false }
wasmer-vbus = { path = "../vbus", version = "=3.0.0-alpha.3", default-features = false }
wasmer-vnet = { path = "../vnet", version = "=3.0.0-alpha.3", default-features = false }
wasmer-wasi-local-networking = { path = "../wasi-local-networking", version = "=3.0.0-alpha.3", default-features = false, optional = true }
wasmer-wasi-types = { path = "../wasi-types", version = "=3.0.0-alpha.4" }
wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false }
wasmer-vbus = { path = "../vbus", version = "=3.0.0-alpha.4", default-features = false }
wasmer-vnet = { path = "../vnet", version = "=3.0.0-alpha.4", default-features = false }
wasmer-wasi-local-networking = { path = "../wasi-local-networking", version = "=3.0.0-alpha.4", default-features = false, optional = true }
typetag = { version = "0.1", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
bincode = { version = "1.3", optional = true }

View File

@@ -22,7 +22,7 @@ except ImportError:
# TODO: find this automatically
target_version = "3.0.0-alpha.3"
target_version = "3.0.0-alpha.4"
# TODO: generate this by parsing toml files
dep_graph = {

View File

@@ -4,8 +4,8 @@
: "${FD:=fd}"
# A script to update the version of all the crates at the same time
PREVIOUS_VERSION='3.0.0-alpha.2'
NEXT_VERSION='3.0.0-alpha.3'
PREVIOUS_VERSION='3.0.0-alpha.3'
NEXT_VERSION='3.0.0-alpha.4'
# quick hack
${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"

View File

@@ -1,6 +1,6 @@
[Setup]
AppName=Wasmer
AppVersion=3.0.0-alpha.3
AppVersion=3.0.0-alpha.4
DefaultDirName={pf}\Wasmer
DefaultGroupName=Wasmer
Compression=lzma2

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-integration-tests-cli"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "CLI integration tests"
repository = "https://github.com/wasmerio/wasmer"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-integration-tests-ios"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "iOS integration tests"
repository = "https://github.com/wasmerio/wasmer"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-wast"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "wast testing support for wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
@@ -12,9 +12,9 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
wasmer = { path = "../../../lib/api", version = "=3.0.0-alpha.3", default-features = false }
wasmer-wasi = { path = "../../../lib/wasi", version = "=3.0.0-alpha.3" }
wasmer-vfs = { path = "../../../lib/vfs", version = "=3.0.0-alpha.3" }
wasmer = { path = "../../../lib/api", version = "=3.0.0-alpha.4", default-features = false }
wasmer-wasi = { path = "../../../lib/wasi", version = "=3.0.0-alpha.4" }
wasmer-vfs = { path = "../../../lib/vfs", version = "=3.0.0-alpha.4" }
wast = "38.0"
serde = "1"
tempfile = "3"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasi-test-generator"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
description = "Tests for our WASI implementation"
license = "MIT"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]