diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acac077215..9efec44fdb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## **[Unreleased]** +## 0.10.0 - 2019-11-11 + - [#952](https://github.com/wasmerio/wasmer/pull/952) Use C preprocessor to properly hide trampoline functions on Windows and non-x86_64 targets. ## 0.10.0 - 2019-11-11 diff --git a/Cargo.lock b/Cargo.lock index 5e5689214e2..0720c9eebbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,8 +725,8 @@ version = "0.1.0" dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime 0.10.0", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime 0.10.1", + "wasmer-runtime-core 0.10.1", ] [[package]] @@ -1338,7 +1338,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasmer" -version = "0.10.0" +version = "0.10.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1348,24 +1348,24 @@ dependencies = [ "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-dev-utils 0.10.0", - "wasmer-emscripten 0.10.0", - "wasmer-emscripten-tests 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-dev-utils 0.10.1", + "wasmer-emscripten 0.10.1", + "wasmer-emscripten-tests 0.10.1", "wasmer-kernel-loader 0.1.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-middleware-common 0.10.0", - "wasmer-middleware-common-tests 0.10.0", - "wasmer-runtime 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", - "wasmer-wasi 0.10.0", - "wasmer-wasi-tests 0.10.0", + "wasmer-llvm-backend 0.10.1", + "wasmer-middleware-common 0.10.1", + "wasmer-middleware-common-tests 0.10.1", + "wasmer-runtime 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", + "wasmer-wasi 0.10.1", + "wasmer-wasi-tests 0.10.1", ] [[package]] name = "wasmer-clif-backend" -version = "0.10.0" +version = "0.10.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-codegen 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1381,8 +1381,8 @@ dependencies = [ "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-clif-fork-frontend 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-clif-fork-wasm 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", - "wasmer-win-exception-handler 0.10.0", + "wasmer-runtime-core 0.10.1", + "wasmer-win-exception-handler 0.10.1", "wasmparser 0.39.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1414,35 +1414,35 @@ dependencies = [ [[package]] name = "wasmer-dev-utils" -version = "0.10.0" +version = "0.10.1" dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-emscripten" -version = "0.10.0" +version = "0.10.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", ] [[package]] name = "wasmer-emscripten-tests" -version = "0.10.0" +version = "0.10.1" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-dev-utils 0.10.0", - "wasmer-emscripten 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-dev-utils 0.10.1", + "wasmer-emscripten 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", ] [[package]] @@ -1450,12 +1450,12 @@ name = "wasmer-kernel-loader" version = "0.1.0" dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", ] [[package]] name = "wasmer-llvm-backend" -version = "0.10.0" +version = "0.10.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1469,60 +1469,60 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", "wasmparser 0.39.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-middleware-common" -version = "0.10.0" +version = "0.10.1" dependencies = [ - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", ] [[package]] name = "wasmer-middleware-common-tests" -version = "0.10.0" +version = "0.10.1" dependencies = [ "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-middleware-common 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-middleware-common 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", ] [[package]] name = "wasmer-runtime" -version = "0.10.0" +version = "0.10.1" dependencies = [ "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", ] [[package]] name = "wasmer-runtime-c-api" -version = "0.10.0" +version = "0.10.1" dependencies = [ "cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-wasi 0.10.0", + "wasmer-runtime 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-wasi 0.10.1", ] [[package]] name = "wasmer-runtime-core" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1549,18 +1549,18 @@ dependencies = [ [[package]] name = "wasmer-runtime-core-tests" -version = "0.10.0" +version = "0.10.1" dependencies = [ "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", ] [[package]] name = "wasmer-singlepass-backend" -version = "0.10.0" +version = "0.10.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dynasm 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1569,24 +1569,24 @@ dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", ] [[package]] name = "wasmer-spectests" -version = "0.10.0" +version = "0.10.1" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", ] [[package]] name = "wasmer-wasi" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1597,31 +1597,31 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-wasi-tests" -version = "0.10.0" +version = "0.10.1" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.10.0", - "wasmer-dev-utils 0.10.0", - "wasmer-llvm-backend 0.10.0", - "wasmer-runtime 0.10.0", - "wasmer-runtime-core 0.10.0", - "wasmer-singlepass-backend 0.10.0", - "wasmer-wasi 0.10.0", + "wasmer-clif-backend 0.10.1", + "wasmer-dev-utils 0.10.1", + "wasmer-llvm-backend 0.10.1", + "wasmer-runtime 0.10.1", + "wasmer-runtime-core 0.10.1", + "wasmer-singlepass-backend 0.10.1", + "wasmer-wasi 0.10.1", ] [[package]] name = "wasmer-win-exception-handler" -version = "0.10.0" +version = "0.10.1" dependencies = [ "cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.10.0", + "wasmer-runtime-core 0.10.1", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index c90d8291502..3d0c6b7addd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "0.10.0" +version = "0.10.1" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wasmer" diff --git a/lib/clif-backend/Cargo.toml b/lib/clif-backend/Cargo.toml index 65ec9841ccf..ff83c131541 100644 --- a/lib/clif-backend/Cargo.toml +++ b/lib/clif-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-clif-backend" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime Cranelift compiler backend" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,7 +9,7 @@ edition = "2018" readme = "README.md" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } cranelift-native = "0.44.0" cranelift-codegen = "0.44.0" cranelift-entity = "0.44.0" @@ -35,7 +35,7 @@ version = "0.0.7" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["errhandlingapi", "minwindef", "minwinbase", "winnt"] } -wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.10.0" } +wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.10.1" } [features] debug = ["wasmer-runtime-core/debug"] diff --git a/lib/dev-utils/Cargo.toml b/lib/dev-utils/Cargo.toml index 86718b562a4..9dc98607a74 100644 --- a/lib/dev-utils/Cargo.toml +++ b/lib/dev-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-dev-utils" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime core library" license = "MIT" authors = ["The Wasmer Engineering Team "] diff --git a/lib/emscripten-tests/Cargo.toml b/lib/emscripten-tests/Cargo.toml index 19022cda0ef..8cb8248f4ad 100644 --- a/lib/emscripten-tests/Cargo.toml +++ b/lib/emscripten-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-emscripten-tests" -version = "0.10.0" +version = "0.10.1" description = "Tests for our Emscripten implementation" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,15 +9,15 @@ publish = false build = "build/mod.rs" [dependencies] -wasmer-emscripten = { path = "../emscripten", version = "0.10.0" } -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } -wasmer-clif-backend = { path = "../clif-backend", version = "0.10.0" } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.0", optional = true } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } +wasmer-emscripten = { path = "../emscripten", version = "0.10.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } +wasmer-clif-backend = { path = "../clif-backend", version = "0.10.1" } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.1", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } [dev-dependencies] wabt = "0.9.1" -wasmer-dev-utils = { path = "../dev-utils", version = "0.10.0"} +wasmer-dev-utils = { path = "../dev-utils", version = "0.10.1"} [build-dependencies] glob = "0.3" diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index 0f57dce4576..104312256f3 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-emscripten" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime emscripten implementation library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -12,7 +12,7 @@ byteorder = "1.3" lazy_static = "1.4" libc = "0.2.60" time = "0.1" -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } [target.'cfg(windows)'.dependencies] getrandom = "0.1" diff --git a/lib/llvm-backend/Cargo.toml b/lib/llvm-backend/Cargo.toml index dd5b975d7c0..b9c851b07e8 100644 --- a/lib/llvm-backend/Cargo.toml +++ b/lib/llvm-backend/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "wasmer-llvm-backend" -version = "0.10.0" +version = "0.10.1" authors = ["The Wasmer Engineering Team "] edition = "2018" readme = "README.md" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } wasmparser = "0.39.1" smallvec = "0.6" goblin = "0.0.24" diff --git a/lib/middleware-common-tests/Cargo.toml b/lib/middleware-common-tests/Cargo.toml index 6b336c960df..c55a5a37a6b 100644 --- a/lib/middleware-common-tests/Cargo.toml +++ b/lib/middleware-common-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middleware-common-tests" -version = "0.10.0" +version = "0.10.1" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wasmer" @@ -8,11 +8,11 @@ license = "MIT" publish = false [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } -wasmer-middleware-common = { path = "../middleware-common", version = "0.10.0" } -wasmer-clif-backend = { path = "../clif-backend", version = "0.10.0" } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.0", optional = true } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } +wasmer-middleware-common = { path = "../middleware-common", version = "0.10.1" } +wasmer-clif-backend = { path = "../clif-backend", version = "0.10.1" } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.1", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } [features] clif = [] diff --git a/lib/middleware-common/Cargo.toml b/lib/middleware-common/Cargo.toml index de54845e870..5840729d632 100644 --- a/lib/middleware-common/Cargo.toml +++ b/lib/middleware-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middleware-common" -version = "0.10.0" +version = "0.10.1" repository = "https://github.com/wasmerio/wasmer" description = "Wasmer runtime common middlewares" license = "MIT" @@ -8,4 +8,4 @@ authors = ["The Wasmer Engineering Team "] edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } diff --git a/lib/runtime-c-api/Cargo.toml b/lib/runtime-c-api/Cargo.toml index 93d41e1ec64..cc689e8892d 100644 --- a/lib/runtime-c-api/Cargo.toml +++ b/lib/runtime-c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-c-api" -version = "0.10.0" +version = "0.10.1" description = "Wasmer C API library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -17,17 +17,17 @@ libc = "0.2.60" [dependencies.wasmer-runtime] default-features = false path = "../runtime" -version = "0.10.0" +version = "0.10.1" [dependencies.wasmer-runtime-core] default-features = false path = "../runtime-core" -version = "0.10.0" +version = "0.10.1" [dependencies.wasmer-wasi] default-features = false path = "../wasi" -version = "0.10.0" +version = "0.10.1" optional = true [features] diff --git a/lib/runtime-core-tests/Cargo.toml b/lib/runtime-core-tests/Cargo.toml index a10cd2b8e86..73cbb03ce4e 100644 --- a/lib/runtime-core-tests/Cargo.toml +++ b/lib/runtime-core-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-core-tests" -version = "0.10.0" +version = "0.10.1" description = "Tests for the Wasmer runtime core crate" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,10 +9,10 @@ publish = false [dependencies] wabt = "0.9.1" -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } -wasmer-clif-backend = { path = "../clif-backend", version = "0.10.0", optional = true } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.0", optional = true } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } +wasmer-clif-backend = { path = "../clif-backend", version = "0.10.1", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.1", optional = true } [features] default = ["backend-cranelift"] diff --git a/lib/runtime-core/Cargo.toml b/lib/runtime-core/Cargo.toml index 6f9e09ffb94..0acbe718ede 100644 --- a/lib/runtime-core/Cargo.toml +++ b/lib/runtime-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-core" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime core library" license = "MIT" authors = ["The Wasmer Engineering Team "] diff --git a/lib/runtime/Cargo.toml b/lib/runtime/Cargo.toml index b8c5ca97116..6e6be013cd0 100644 --- a/lib/runtime/Cargo.toml +++ b/lib/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,17 +9,17 @@ edition = "2018" readme = "README.md" [dependencies] -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } lazy_static = "1.4" memmap = "0.7" [dependencies.wasmer-runtime-core] path = "../runtime-core" -version = "0.10.0" +version = "0.10.1" [dependencies.wasmer-clif-backend] path = "../clif-backend" -version = "0.10.0" +version = "0.10.1" optional = true [dev-dependencies] diff --git a/lib/singlepass-backend/Cargo.toml b/lib/singlepass-backend/Cargo.toml index 95e7415a4f3..291d44455c9 100644 --- a/lib/singlepass-backend/Cargo.toml +++ b/lib/singlepass-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-singlepass-backend" -version = "0.10.0" +version = "0.10.1" repository = "https://github.com/wasmerio/wasmer" description = "Wasmer runtime single pass compiler backend" license = "MIT" @@ -9,7 +9,7 @@ edition = "2018" readme = "README.md" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } dynasm = "0.3.2" dynasmrt = "0.3.1" lazy_static = "1.4" diff --git a/lib/spectests/Cargo.toml b/lib/spectests/Cargo.toml index b6dd1e30544..82e5aca2436 100644 --- a/lib/spectests/Cargo.toml +++ b/lib/spectests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-spectests" -version = "0.10.0" +version = "0.10.1" description = "Wasmer spectests library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,10 +9,10 @@ edition = "2018" [dependencies] glob = "0.3" -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } -wasmer-clif-backend = { path = "../clif-backend", version = "0.10.0" } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.0", optional = true } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } +wasmer-clif-backend = { path = "../clif-backend", version = "0.10.1" } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.1", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } [build-dependencies] wabt = "0.9.1" diff --git a/lib/wasi-tests/Cargo.toml b/lib/wasi-tests/Cargo.toml index 0d17d3d73dd..35aa31c0ea5 100644 --- a/lib/wasi-tests/Cargo.toml +++ b/lib/wasi-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-tests" -version = "0.10.0" +version = "0.10.1" description = "Tests for our WASI implementation" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,20 +9,20 @@ publish = false build = "build/mod.rs" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } -wasmer-runtime = { path = "../runtime", version = "0.10.0" } -wasmer-wasi = { path = "../wasi", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } +wasmer-runtime = { path = "../runtime", version = "0.10.1" } +wasmer-wasi = { path = "../wasi", version = "0.10.1" } # hack to get tests to work -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.0", optional = true } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.0", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.10.1", optional = true } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.10.1", optional = true } [build-dependencies] glob = "0.3" [dev-dependencies] -wasmer-clif-backend = { path = "../clif-backend", version = "0.10.0" } -wasmer-dev-utils = { path = "../dev-utils", version = "0.10.0"} +wasmer-clif-backend = { path = "../clif-backend", version = "0.10.1" } +wasmer-dev-utils = { path = "../dev-utils", version = "0.10.1"} [features] clif = [] diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 1e9d670499d..8a85acc2d07 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime WASI implementation library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -17,7 +17,7 @@ getrandom = "0.1" time = "0.1" typetag = "0.1" serde = { version = "1", features = ["derive"] } -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } [target.'cfg(windows)'.dependencies] winapi = "0.3" diff --git a/lib/win-exception-handler/Cargo.toml b/lib/win-exception-handler/Cargo.toml index 8d914de9574..4c0332e5348 100644 --- a/lib/win-exception-handler/Cargo.toml +++ b/lib/win-exception-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-win-exception-handler" -version = "0.10.0" +version = "0.10.1" description = "Wasmer runtime exception handling for Windows" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [target.'cfg(windows)'.dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" } winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] } libc = "0.2.60" diff --git a/scripts/update_version_numbers.sh b/scripts/update_version_numbers.sh index a147f762f86..7a8585bfba9 100755 --- a/scripts/update_version_numbers.sh +++ b/scripts/update_version_numbers.sh @@ -1,5 +1,5 @@ -PREVIOUS_VERSION='0.9.0' -NEXT_VERSION='0.10.0' +PREVIOUS_VERSION='0.10.0' +NEXT_VERSION='0.10.1' # quick hack fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/" diff --git a/src/installer/wasmer.iss b/src/installer/wasmer.iss index 54b99a6ad1a..3279cd9f1d8 100644 --- a/src/installer/wasmer.iss +++ b/src/installer/wasmer.iss @@ -1,6 +1,6 @@ [Setup] AppName=Wasmer -AppVersion=0.10.0 +AppVersion=0.10.1 DefaultDirName={pf}\Wasmer DefaultGroupName=Wasmer Compression=lzma2 diff --git a/wapm-cli b/wapm-cli index 17653d11d07..c2da5cda3b8 160000 --- a/wapm-cli +++ b/wapm-cli @@ -1 +1 @@ -Subproject commit 17653d11d0717fb831636615dd8695393cf4ae2c +Subproject commit c2da5cda3b8f9cf7dcea144f8cabdf342f38a0bf