Merge branch 'master' into feat-interface-types-update-to-last-standard-version

This commit is contained in:
Ivan Enderlin 2020-02-26 16:22:56 +01:00
commit bff63e3fad
25 changed files with 103 additions and 109 deletions

View File

@ -2,6 +2,9 @@
## **[Unreleased]** ## **[Unreleased]**
## 0.14.1 - 2020-02-24
- [#1245](https://github.com/wasmerio/wasmer/pull/1245) Use Ubuntu 16.04 in CI so that we use an earlier version of GLIBC.
- [#1234](https://github.com/wasmerio/wasmer/pull/1234) Check for unused excluded spectest failures. - [#1234](https://github.com/wasmerio/wasmer/pull/1234) Check for unused excluded spectest failures.
- [#1232](https://github.com/wasmerio/wasmer/pull/1232) `wasmer-interface-types` has a WAT decoder. - [#1232](https://github.com/wasmerio/wasmer/pull/1232) `wasmer-interface-types` has a WAT decoder.

59
Cargo.lock generated
View File

@ -240,7 +240,7 @@ dependencies = [
"cranelift-codegen-shared", "cranelift-codegen-shared",
"cranelift-entity", "cranelift-entity",
"log", "log",
"smallvec 1.2.0", "smallvec",
"target-lexicon", "target-lexicon",
"thiserror", "thiserror",
] ]
@ -926,7 +926,7 @@ dependencies = [
"cloudabi", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.2.0", "smallvec",
"winapi", "winapi",
] ]
@ -1414,15 +1414,6 @@ dependencies = [
"serde", "serde",
] ]
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
"maybe-uninit",
]
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.2.0" version = "1.2.0"
@ -1712,7 +1703,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]] [[package]]
name = "wasmer" name = "wasmer"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"atty", "atty",
"byteorder", "byteorder",
@ -1743,7 +1734,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-clif-backend" name = "wasmer-clif-backend"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-codegen", "cranelift-codegen",
@ -1773,7 +1764,7 @@ checksum = "6d2e13201ef9ef527ad30a6bf1b08e3e024a40cf2731f393d80375dc88506207"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"log", "log",
"smallvec 1.2.0", "smallvec",
"target-lexicon", "target-lexicon",
] ]
@ -1793,14 +1784,14 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-dev-utils" name = "wasmer-dev-utils"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"libc", "libc",
] ]
[[package]] [[package]]
name = "wasmer-emscripten" name = "wasmer-emscripten"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"getrandom", "getrandom",
@ -1813,7 +1804,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-emscripten-tests" name = "wasmer-emscripten-tests"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"glob 0.3.0", "glob 0.3.0",
"wabt", "wabt",
@ -1827,7 +1818,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-interface-types" name = "wasmer-interface-types"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"nom", "nom",
"wast", "wast",
@ -1843,7 +1834,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-llvm-backend" name = "wasmer-llvm-backend"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cc", "cc",
@ -1855,7 +1846,7 @@ dependencies = [
"regex", "regex",
"rustc_version", "rustc_version",
"semver", "semver",
"smallvec 0.6.13", "smallvec",
"wabt", "wabt",
"wasmer-runtime-core", "wasmer-runtime-core",
"wasmparser", "wasmparser",
@ -1874,14 +1865,14 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-middleware-common" name = "wasmer-middleware-common"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"wasmer-runtime-core", "wasmer-runtime-core",
] ]
[[package]] [[package]]
name = "wasmer-middleware-common-tests" name = "wasmer-middleware-common-tests"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"criterion", "criterion",
"wabt", "wabt",
@ -1894,7 +1885,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-runtime" name = "wasmer-runtime"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"criterion", "criterion",
"lazy_static", "lazy_static",
@ -1911,7 +1902,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-runtime-c-api" name = "wasmer-runtime-c-api"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"cbindgen", "cbindgen",
"libc", "libc",
@ -1923,7 +1914,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-runtime-core" name = "wasmer-runtime-core"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"bincode", "bincode",
"blake3", "blake3",
@ -1942,14 +1933,14 @@ dependencies = [
"serde-bench", "serde-bench",
"serde_bytes", "serde_bytes",
"serde_derive", "serde_derive",
"smallvec 0.6.13", "smallvec",
"wasmparser", "wasmparser",
"winapi", "winapi",
] ]
[[package]] [[package]]
name = "wasmer-runtime-core-tests" name = "wasmer-runtime-core-tests"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"wabt", "wabt",
"wasmer-clif-backend", "wasmer-clif-backend",
@ -1960,7 +1951,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-singlepass-backend" name = "wasmer-singlepass-backend"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -1971,13 +1962,13 @@ dependencies = [
"nix", "nix",
"serde", "serde",
"serde_derive", "serde_derive",
"smallvec 0.6.13", "smallvec",
"wasmer-runtime-core", "wasmer-runtime-core",
] ]
[[package]] [[package]]
name = "wasmer-spectests" name = "wasmer-spectests"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"glob 0.3.0", "glob 0.3.0",
"wabt", "wabt",
@ -1989,7 +1980,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-wasi" name = "wasmer-wasi"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -2006,7 +1997,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-wasi-experimental-io-devices" name = "wasmer-wasi-experimental-io-devices"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"log", "log",
"minifb", "minifb",
@ -2019,7 +2010,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-wasi-tests" name = "wasmer-wasi-tests"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"glob 0.3.0", "glob 0.3.0",
"wasmer-clif-backend", "wasmer-clif-backend",
@ -2032,7 +2023,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer-win-exception-handler" name = "wasmer-win-exception-handler"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"cmake", "cmake",
"libc", "libc",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer" name = "wasmer"
version = "0.14.0" version = "0.14.1"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018" edition = "2018"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"

View File

@ -24,7 +24,7 @@ jobs:
- job: clippy_lint - job: clippy_lint
pool: pool:
vmImage: "ubuntu-18.04" vmImage: "ubuntu-16.04"
steps: steps:
- checkout: self - checkout: self
- template: .azure/install-rust.yml - template: .azure/install-rust.yml
@ -44,7 +44,7 @@ jobs:
strategy: strategy:
matrix: matrix:
linux: linux:
imageName: "ubuntu-18.04" imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19 rust_toolchain: nightly-2019-12-19
mac: mac:
imageName: "macos-10.14" imageName: "macos-10.14"
@ -88,7 +88,7 @@ jobs:
- job: Check - job: Check
pool: pool:
vmImage: "ubuntu-18.04" vmImage: "ubuntu-16.04"
variables: variables:
rust_toolchain: nightly-2019-12-19 rust_toolchain: nightly-2019-12-19
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
@ -106,7 +106,7 @@ jobs:
strategy: strategy:
matrix: matrix:
linux: linux:
imageName: "ubuntu-18.04" imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19 rust_toolchain: nightly-2019-12-19
mac: mac:
imageName: "macos-10.14" imageName: "macos-10.14"
@ -178,7 +178,7 @@ jobs:
strategy: strategy:
matrix: matrix:
linux: linux:
imageName: "ubuntu-18.04" imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19 rust_toolchain: nightly-2019-12-19
mac: mac:
imageName: "macos-10.14" imageName: "macos-10.14"
@ -234,7 +234,7 @@ jobs:
- job: Build_Docs - job: Build_Docs
pool: pool:
vmImage: "ubuntu-18.04" vmImage: "ubuntu-16.04"
variables: variables:
rust_toolchain: nightly-2019-12-19 rust_toolchain: nightly-2019-12-19
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
@ -309,7 +309,7 @@ jobs:
- Build_Docs - Build_Docs
displayName: Deploy API Documentation to GitHub displayName: Deploy API Documentation to GitHub
pool: pool:
vmImage: "ubuntu-18.04" vmImage: "ubuntu-16.04"
condition: in(variables['Build.SourceBranch'], 'refs/heads/master') condition: in(variables['Build.SourceBranch'], 'refs/heads/master')
steps: steps:
- checkout: self - checkout: self

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-clif-backend" name = "wasmer-clif-backend"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime Cranelift compiler backend" description = "Wasmer runtime Cranelift compiler backend"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -11,7 +11,7 @@ edition = "2018"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
cranelift-native = "0.52.0" cranelift-native = "0.52.0"
cranelift-codegen = "0.52.0" cranelift-codegen = "0.52.0"
cranelift-entity = "0.52.0" cranelift-entity = "0.52.0"
@ -37,4 +37,4 @@ version = "0.0.7"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["errhandlingapi", "minwindef", "minwinbase", "winnt"] } winapi = { version = "0.3", features = ["errhandlingapi", "minwindef", "minwinbase", "winnt"] }
wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.14.0" } wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.14.1" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-dev-utils" name = "wasmer-dev-utils"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime core library" description = "Wasmer runtime core library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-emscripten-tests" name = "wasmer-emscripten-tests"
version = "0.14.0" version = "0.14.1"
description = "Tests for our Emscripten implementation" description = "Tests for our Emscripten implementation"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -9,15 +9,15 @@ publish = false
build = "build/mod.rs" build = "build/mod.rs"
[dependencies] [dependencies]
wasmer-emscripten = { path = "../emscripten", version = "0.14.0" } wasmer-emscripten = { path = "../emscripten", version = "0.14.1" }
wasmer-runtime = { path = "../runtime", version = "0.14.0", default-features = false } wasmer-runtime = { path = "../runtime", version = "0.14.1", default-features = false }
wasmer-clif-backend = { path = "../clif-backend", version = "0.14.0", optional = true} wasmer-clif-backend = { path = "../clif-backend", version = "0.14.1", optional = true}
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", optional = true, features = ["test"] } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", optional = true, features = ["test"] }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
[dev-dependencies] [dev-dependencies]
wabt = "0.9.1" wabt = "0.9.1"
wasmer-dev-utils = { path = "../dev-utils", version = "0.14.0"} wasmer-dev-utils = { path = "../dev-utils", version = "0.14.1"}
[build-dependencies] [build-dependencies]
glob = "0.3" glob = "0.3"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-emscripten" name = "wasmer-emscripten"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime emscripten implementation library" description = "Wasmer runtime emscripten implementation library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -15,7 +15,7 @@ lazy_static = "1.4"
libc = "0.2.60" libc = "0.2.60"
log = "0.4" log = "0.4"
time = "0.1" time = "0.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
getrandom = "0.1" getrandom = "0.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-interface-types" name = "wasmer-interface-types"
version = "0.14.0" version = "0.14.1"
description = "WebAssembly Interface Types library for Wasmer" description = "WebAssembly Interface Types library for Wasmer"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]

View File

@ -9,8 +9,8 @@ edition = "2018"
[dependencies] [dependencies]
wabt = "0.9.1" wabt = "0.9.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmer-runtime = { path = "../runtime", version = "0.14.0" } wasmer-runtime = { path = "../runtime", version = "0.14.1" }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"] } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"] }
[features] [features]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-llvm-backend" name = "wasmer-llvm-backend"
version = "0.14.0" version = "0.14.1"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"
@ -10,7 +10,7 @@ edition = "2018"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmparser = "0.45.0" wasmparser = "0.45.0"
smallvec = "0.6" smallvec = "0.6"
goblin = "0.0.24" goblin = "0.0.24"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-middleware-common-tests" name = "wasmer-middleware-common-tests"
version = "0.14.0" version = "0.14.1"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018" edition = "2018"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"
@ -8,11 +8,11 @@ license = "MIT"
publish = false publish = false
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmer-middleware-common = { path = "../middleware-common", version = "0.14.0" } wasmer-middleware-common = { path = "../middleware-common", version = "0.14.1" }
wasmer-clif-backend = { path = "../clif-backend", version = "0.14.0", optional = true } wasmer-clif-backend = { path = "../clif-backend", version = "0.14.1", optional = true }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"], optional = true } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"], optional = true }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
[features] [features]
clif = ["wasmer-clif-backend"] clif = ["wasmer-clif-backend"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-middleware-common" name = "wasmer-middleware-common"
version = "0.14.0" version = "0.14.1"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime common middlewares" description = "Wasmer runtime common middlewares"
license = "MIT" license = "MIT"
@ -10,4 +10,4 @@ categories = ["wasm"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-runtime-c-api" name = "wasmer-runtime-c-api"
version = "0.14.0" version = "0.14.1"
description = "Wasmer C API library" description = "Wasmer C API library"
documentation = "https://wasmerio.github.io/wasmer/c/runtime-c-api/" documentation = "https://wasmerio.github.io/wasmer/c/runtime-c-api/"
license = "MIT" license = "MIT"
@ -20,22 +20,22 @@ libc = "0.2.60"
[dependencies.wasmer-runtime] [dependencies.wasmer-runtime]
default-features = false default-features = false
path = "../runtime" path = "../runtime"
version = "0.14.0" version = "0.14.1"
[dependencies.wasmer-runtime-core] [dependencies.wasmer-runtime-core]
default-features = false default-features = false
path = "../runtime-core" path = "../runtime-core"
version = "0.14.0" version = "0.14.1"
[dependencies.wasmer-wasi] [dependencies.wasmer-wasi]
default-features = false default-features = false
path = "../wasi" path = "../wasi"
version = "0.14.0" version = "0.14.1"
optional = true optional = true
[dependencies.wasmer-emscripten] [dependencies.wasmer-emscripten]
path = "../emscripten" path = "../emscripten"
version = "0.14.0" version = "0.14.1"
optional = true optional = true
[features] [features]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-runtime-core-tests" name = "wasmer-runtime-core-tests"
version = "0.14.0" version = "0.14.1"
description = "Tests for the Wasmer runtime core crate" description = "Tests for the Wasmer runtime core crate"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -9,10 +9,10 @@ publish = false
[dependencies] [dependencies]
wabt = "0.9.1" wabt = "0.9.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmer-clif-backend = { path = "../clif-backend", version = "0.14.0", optional = true } wasmer-clif-backend = { path = "../clif-backend", version = "0.14.1", optional = true }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"], optional = true } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"], optional = true }
[features] [features]
default = ["backend-cranelift"] default = ["backend-cranelift"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-runtime-core" name = "wasmer-runtime-core"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime core library" description = "Wasmer runtime core library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-runtime" name = "wasmer-runtime"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime library" description = "Wasmer runtime library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -11,17 +11,17 @@ edition = "2018"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
lazy_static = "1.4" lazy_static = "1.4"
memmap = "0.7" memmap = "0.7"
[dependencies.wasmer-runtime-core] [dependencies.wasmer-runtime-core]
path = "../runtime-core" path = "../runtime-core"
version = "0.14.0" version = "0.14.1"
[dependencies.wasmer-clif-backend] [dependencies.wasmer-clif-backend]
path = "../clif-backend" path = "../clif-backend"
version = "0.14.0" version = "0.14.1"
optional = true optional = true
# Dependencies for caching. # Dependencies for caching.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-singlepass-backend" name = "wasmer-singlepass-backend"
version = "0.14.0" version = "0.14.1"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime single pass compiler backend" description = "Wasmer runtime single pass compiler backend"
license = "MIT" license = "MIT"
@ -11,7 +11,7 @@ edition = "2018"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
dynasm = "0.5" dynasm = "0.5"
dynasmrt = "0.5" dynasmrt = "0.5"
lazy_static = "1.4" lazy_static = "1.4"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-spectests" name = "wasmer-spectests"
version = "0.14.0" version = "0.14.1"
description = "Wasmer spectests library" description = "Wasmer spectests library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -9,10 +9,10 @@ edition = "2018"
[dependencies] [dependencies]
glob = "0.3" glob = "0.3"
wasmer-runtime = { path = "../runtime", version = "0.14.0", default-features = false} wasmer-runtime = { path = "../runtime", version = "0.14.1", default-features = false}
wasmer-clif-backend = { path = "../clif-backend", version = "0.14.0", optional = true} wasmer-clif-backend = { path = "../clif-backend", version = "0.14.1", optional = true}
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"], optional = true } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"], optional = true }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
[build-dependencies] [build-dependencies]
wabt = "0.9.1" wabt = "0.9.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-wasi-experimental-io-devices" name = "wasmer-wasi-experimental-io-devices"
version = "0.14.0" version = "0.14.1"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018" edition = "2018"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"
@ -14,8 +14,8 @@ maintenance = { status = "experimental" }
[dependencies] [dependencies]
log = "0.4" log = "0.4"
minifb = "0.13" minifb = "0.13"
wasmer-wasi = { version = "0.14.0", path = "../wasi" } wasmer-wasi = { version = "0.14.1", path = "../wasi" }
wasmer-runtime-core = { version = "0.14.0", path = "../runtime-core" } wasmer-runtime-core = { version = "0.14.1", path = "../runtime-core" }
ref_thread_local = "0.0" ref_thread_local = "0.0"
serde = "1" serde = "1"
typetag = "0.1" typetag = "0.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-wasi-tests" name = "wasmer-wasi-tests"
version = "0.14.0" version = "0.14.1"
description = "Tests for our WASI implementation" description = "Tests for our WASI implementation"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -10,18 +10,18 @@ build = "build/mod.rs"
[dependencies] [dependencies]
# We set default features to false to be able to use the singlepass backend properly # We set default features to false to be able to use the singlepass backend properly
wasmer-runtime = { path = "../runtime", version = "0.14.0", default-features = false } wasmer-runtime = { path = "../runtime", version = "0.14.1", default-features = false }
wasmer-wasi = { path = "../wasi", version = "0.14.0" } wasmer-wasi = { path = "../wasi", version = "0.14.1" }
# hack to get tests to work # hack to get tests to work
wasmer-clif-backend = { path = "../clif-backend", version = "0.14.0", optional = true} wasmer-clif-backend = { path = "../clif-backend", version = "0.14.1", optional = true}
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.0", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.14.1", optional = true }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"], optional = true } wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"], optional = true }
[build-dependencies] [build-dependencies]
glob = "0.3" glob = "0.3"
[dev-dependencies] [dev-dependencies]
wasmer-dev-utils = { path = "../dev-utils", version = "0.14.0"} wasmer-dev-utils = { path = "../dev-utils", version = "0.14.1"}
[features] [features]
clif = ["wasmer-clif-backend", "wasmer-runtime/default-backend-cranelift"] clif = ["wasmer-clif-backend", "wasmer-runtime/default-backend-cranelift"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-wasi" name = "wasmer-wasi"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime WASI implementation library" description = "Wasmer runtime WASI implementation library"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -19,7 +19,7 @@ getrandom = "0.1"
time = "0.1" time = "0.1"
typetag = "0.1" typetag = "0.1"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winapi = "0.3" winapi = "0.3"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer-win-exception-handler" name = "wasmer-win-exception-handler"
version = "0.14.0" version = "0.14.1"
description = "Wasmer runtime exception handling for Windows" description = "Wasmer runtime exception handling for Windows"
license = "MIT" license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"] authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer"
edition = "2018" edition = "2018"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" } wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] } winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
libc = "0.2.60" libc = "0.2.60"

View File

@ -1,5 +1,5 @@
PREVIOUS_VERSION='0.13.1' PREVIOUS_VERSION='0.14.0'
NEXT_VERSION='0.14.0' NEXT_VERSION='0.14.1'
# quick hack # quick hack
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/" fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"

View File

@ -1,6 +1,6 @@
[Setup] [Setup]
AppName=Wasmer AppName=Wasmer
AppVersion=0.14.0 AppVersion=0.14.1
DefaultDirName={pf}\Wasmer DefaultDirName={pf}\Wasmer
DefaultGroupName=Wasmer DefaultGroupName=Wasmer
Compression=lzma2 Compression=lzma2