Wasmtime 0.18.0 and Cranelift 0.65.0.

This commit is contained in:
Dan Gohman
2020-06-09 10:11:49 -07:00
parent 4d5fdfcbba
commit caa87048ab
58 changed files with 280 additions and 253 deletions

176
Cargo.lock generated
View File

@@ -1,5 +1,14 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "addr2line"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
dependencies = [
"gimli",
]
[[package]]
name = "ahash"
version = "0.2.18"
@@ -11,9 +20,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.3.5"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3e0bf23f51883cce372d5d5892211236856e4bb37fb942e1eb135ee0f146e3"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
[[package]]
name = "aho-corasick"
@@ -85,26 +94,17 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "backtrace"
version = "0.3.46"
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
dependencies = [
"backtrace-sys",
"addr2line",
"cfg-if",
"libc",
"object 0.19.0",
"rustc-demangle",
]
[[package]]
name = "backtrace-sys"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "base64"
version = "0.11.0"
@@ -351,7 +351,7 @@ dependencies = [
[[package]]
name = "cranelift"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"cranelift-frontend",
@@ -359,14 +359,14 @@ dependencies = [
[[package]]
name = "cranelift-bforest"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"bincode",
"byteorder",
@@ -388,7 +388,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen-shared",
"cranelift-entity",
@@ -396,18 +396,18 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.64.0"
version = "0.65.0"
[[package]]
name = "cranelift-entity"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"serde",
]
[[package]]
name = "cranelift-faerie"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"anyhow",
"cranelift-codegen",
@@ -419,7 +419,7 @@ dependencies = [
[[package]]
name = "cranelift-filetests"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"byteorder",
"cranelift-codegen",
@@ -441,7 +441,7 @@ dependencies = [
[[package]]
name = "cranelift-frontend"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"hashbrown 0.7.2",
@@ -452,7 +452,7 @@ dependencies = [
[[package]]
name = "cranelift-interpreter"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
@@ -467,7 +467,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"anyhow",
"cranelift-codegen",
@@ -479,7 +479,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"raw-cpuid",
@@ -488,17 +488,17 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"cranelift-module",
"object",
"object 0.18.0",
"target-lexicon",
]
[[package]]
name = "cranelift-preopt"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
@@ -506,7 +506,7 @@ dependencies = [
[[package]]
name = "cranelift-reader"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"smallvec",
@@ -516,7 +516,7 @@ dependencies = [
[[package]]
name = "cranelift-serde"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"clap",
"cranelift-codegen",
@@ -528,7 +528,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift",
"cranelift-codegen",
@@ -546,7 +546,7 @@ dependencies = [
[[package]]
name = "cranelift-tools"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"capstone",
"cfg-if",
@@ -581,7 +581,7 @@ dependencies = [
[[package]]
name = "cranelift-wasm"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
@@ -730,11 +730,10 @@ dependencies = [
[[package]]
name = "dirs-sys"
version = "0.3.4"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
"cfg-if",
"libc",
"redox_users",
"winapi",
@@ -966,7 +965,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
dependencies = [
"ahash 0.3.5",
"ahash 0.3.8",
"autocfg 1.0.0",
]
@@ -1101,7 +1100,7 @@ dependencies = [
[[package]]
name = "lightbeam"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"capstone",
@@ -1233,6 +1232,12 @@ dependencies = [
"target-lexicon",
]
[[package]]
name = "object"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
[[package]]
name = "once_cell"
version = "1.4.0"
@@ -1266,7 +1271,7 @@ dependencies = [
[[package]]
name = "peepmatic"
version = "0.64.0"
version = "0.65.0"
dependencies = [
"anyhow",
"peepmatic-automata",
@@ -1278,14 +1283,14 @@ dependencies = [
[[package]]
name = "peepmatic-automata"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"serde",
]
[[package]]
name = "peepmatic-fuzzing"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"arbitrary",
"bincode",
@@ -1303,7 +1308,7 @@ dependencies = [
[[package]]
name = "peepmatic-macro"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",
@@ -1312,7 +1317,7 @@ dependencies = [
[[package]]
name = "peepmatic-runtime"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"bincode",
"bumpalo",
@@ -1326,7 +1331,7 @@ dependencies = [
[[package]]
name = "peepmatic-test"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"env_logger",
"log",
@@ -1437,9 +1442,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.6"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
"proc-macro2",
]
@@ -1725,7 +1730,7 @@ dependencies = [
[[package]]
name = "run-examples"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"cc",
]
@@ -2022,7 +2027,7 @@ dependencies = [
[[package]]
name = "test-programs"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -2254,7 +2259,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi-common"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -2296,7 +2301,7 @@ dependencies = [
[[package]]
name = "wasmtime"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"backtrace",
@@ -2319,7 +2324,7 @@ dependencies = [
[[package]]
name = "wasmtime-c-api"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"env_logger",
@@ -2333,7 +2338,7 @@ dependencies = [
[[package]]
name = "wasmtime-c-api-macros"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"proc-macro2",
"quote",
@@ -2341,7 +2346,7 @@ dependencies = [
[[package]]
name = "wasmtime-cli"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"env_logger",
@@ -2350,7 +2355,7 @@ dependencies = [
"humantime",
"libc",
"more-asserts",
"object",
"object 0.18.0",
"pretty_env_logger",
"rayon",
"structopt",
@@ -2372,12 +2377,12 @@ dependencies = [
[[package]]
name = "wasmtime-debug"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"gimli",
"more-asserts",
"object",
"object 0.18.0",
"target-lexicon",
"thiserror",
"wasmparser 0.57.0",
@@ -2386,7 +2391,7 @@ dependencies = [
[[package]]
name = "wasmtime-environ"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"base64 0.12.1",
@@ -2432,7 +2437,7 @@ dependencies = [
[[package]]
name = "wasmtime-fuzzing"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"arbitrary",
@@ -2449,7 +2454,7 @@ dependencies = [
[[package]]
name = "wasmtime-jit"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -2474,17 +2479,17 @@ dependencies = [
[[package]]
name = "wasmtime-obj"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"more-asserts",
"object",
"object 0.18.0",
"wasmtime-environ",
]
[[package]]
name = "wasmtime-profiling"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -2492,7 +2497,7 @@ dependencies = [
"ittapi-rs",
"lazy_static",
"libc",
"object",
"object 0.18.0",
"scroll",
"serde",
"target-lexicon",
@@ -2502,7 +2507,7 @@ dependencies = [
[[package]]
name = "wasmtime-runtime"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"backtrace",
"cc",
@@ -2520,7 +2525,7 @@ dependencies = [
[[package]]
name = "wasmtime-rust"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"wasmtime",
@@ -2530,7 +2535,7 @@ dependencies = [
[[package]]
name = "wasmtime-rust-macro"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"proc-macro2",
"quote",
@@ -2539,7 +2544,7 @@ dependencies = [
[[package]]
name = "wasmtime-wasi"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"log",
@@ -2552,7 +2557,7 @@ dependencies = [
[[package]]
name = "wasmtime-wast"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"wasmtime",
@@ -2587,17 +2592,26 @@ dependencies = [
]
[[package]]
name = "wat"
version = "1.0.18"
name = "wast"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b50f9e5e5c81e6fd987ae6997a9f4bbb751df2dec1d8cadb0b5778f1ec13bbe"
checksum = "01b1f23531740a81f9300bd2febd397a95c76bfa4aa4bfaf4ca8b1ee3438f337"
dependencies = [
"wast 17.0.0",
"leb128",
]
[[package]]
name = "wat"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4006d418d59293172aebfeeadb7673459dc151874a79135946ea7996b6a98515"
dependencies = [
"wast 18.0.0",
]
[[package]]
name = "wig"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"heck",
"proc-macro2",
@@ -2607,7 +2621,7 @@ dependencies = [
[[package]]
name = "wiggle"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"proptest",
"thiserror",
@@ -2619,7 +2633,7 @@ dependencies = [
[[package]]
name = "wiggle-generate"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"heck",
@@ -2631,7 +2645,7 @@ dependencies = [
[[package]]
name = "wiggle-macro"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"quote",
"syn",
@@ -2642,7 +2656,7 @@ dependencies = [
[[package]]
name = "wiggle-test"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"env_logger",
"proptest",
@@ -2685,7 +2699,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winx"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"bitflags",
"cvt",
@@ -2707,7 +2721,7 @@ dependencies = [
[[package]]
name = "yanix"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"bitflags",
"cfg-if",

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-cli"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Command-line interface for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -22,14 +22,14 @@ doc = false
[dependencies]
# Enable all supported architectures by default.
wasmtime = { path = "crates/wasmtime", version = "0.17.0", default-features = false }
wasmtime-debug = { path = "crates/debug", version = "0.17.0" }
wasmtime-environ = { path = "crates/environ", version = "0.17.0" }
wasmtime-jit = { path = "crates/jit", version = "0.17.0" }
wasmtime-obj = { path = "crates/obj", version = "0.17.0" }
wasmtime-wast = { path = "crates/wast", version = "0.17.0" }
wasmtime-wasi = { path = "crates/wasi", version = "0.17.0" }
wasi-common = { path = "crates/wasi-common", version = "0.17.0" }
wasmtime = { path = "crates/wasmtime", version = "0.18.0", default-features = false }
wasmtime-debug = { path = "crates/debug", version = "0.18.0" }
wasmtime-environ = { path = "crates/environ", version = "0.18.0" }
wasmtime-jit = { path = "crates/jit", version = "0.18.0" }
wasmtime-obj = { path = "crates/obj", version = "0.18.0" }
wasmtime-wast = { path = "crates/wast", version = "0.18.0" }
wasmtime-wasi = { path = "crates/wasi", version = "0.18.0" }
wasi-common = { path = "crates/wasi-common", version = "0.18.0" }
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
object = { version = "0.18", default-features = false, features = ["write"] }
anyhow = "1.0.19"

View File

@@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
## 0.18.0
## 0.19.0
Unreleased.
@@ -14,6 +14,18 @@ Unreleased.
--------------------------------------------------------------------------------
## 0.18.0
Release 2020-06-09.
### Added
The `WasmTy` trait is now implemented for `u32` and `u64`.
[#1808](https://github.com/bytecodealliance/wasmtime/pull/1808)
--------------------------------------------------------------------------------
## 0.17.0
Released 2020-06-01.

View File

@@ -1,7 +1,7 @@
[package]
name = "cranelift-tools"
authors = ["The Cranelift Project Developers"]
version = "0.64.0"
version = "0.65.0"
description = "Binaries for testing the Cranelift libraries"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/docs/index.md"
@@ -15,21 +15,21 @@ path = "src/clif-util.rs"
[dependencies]
cfg-if = "0.1"
cranelift-codegen = { path = "codegen", version = "0.64.0" }
cranelift-entity = { path = "entity", version = "0.64.0" }
cranelift-interpreter = { path = "interpreter", version = "0.64.0" }
cranelift-reader = { path = "reader", version = "0.64.0" }
cranelift-frontend = { path = "frontend", version = "0.64.0" }
cranelift-serde = { path = "serde", version = "0.64.0", optional = true }
cranelift-wasm = { path = "wasm", version = "0.64.0", optional = true }
cranelift-native = { path = "native", version = "0.64.0" }
cranelift-filetests = { path = "filetests", version = "0.64.0" }
cranelift-module = { path = "module", version = "0.64.0" }
cranelift-faerie = { path = "faerie", version = "0.64.0" }
cranelift-object = { path = "object", version = "0.64.0" }
cranelift-simplejit = { path = "simplejit", version = "0.64.0" }
cranelift-preopt = { path = "preopt", version = "0.64.0" }
cranelift = { path = "umbrella", version = "0.64.0" }
cranelift-codegen = { path = "codegen", version = "0.65.0" }
cranelift-entity = { path = "entity", version = "0.65.0" }
cranelift-interpreter = { path = "interpreter", version = "0.65.0" }
cranelift-reader = { path = "reader", version = "0.65.0" }
cranelift-frontend = { path = "frontend", version = "0.65.0" }
cranelift-serde = { path = "serde", version = "0.65.0", optional = true }
cranelift-wasm = { path = "wasm", version = "0.65.0", optional = true }
cranelift-native = { path = "native", version = "0.65.0" }
cranelift-filetests = { path = "filetests", version = "0.65.0" }
cranelift-module = { path = "module", version = "0.65.0" }
cranelift-faerie = { path = "faerie", version = "0.65.0" }
cranelift-object = { path = "object", version = "0.65.0" }
cranelift-simplejit = { path = "simplejit", version = "0.65.0" }
cranelift-preopt = { path = "preopt", version = "0.65.0" }
cranelift = { path = "umbrella", version = "0.65.0" }
filecheck = "0.5.0"
clap = "2.32.0"
log = "0.4.8"

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bforest"
version = "0.64.0"
version = "0.65.0"
description = "A forest of B+-trees"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bforest"
@@ -12,7 +12,7 @@ keywords = ["btree", "forest", "set", "map"]
edition = "2018"
[dependencies]
cranelift-entity = { path = "../entity", version = "0.64.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.65.0", default-features = false }
[badges]
maintenance = { status = "experimental" }

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-codegen"
version = "0.64.0"
version = "0.65.0"
description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-codegen"
@@ -13,9 +13,9 @@ build = "build.rs"
edition = "2018"
[dependencies]
cranelift-codegen-shared = { path = "./shared", version = "0.64.0" }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift-bforest = { path = "../bforest", version = "0.64.0" }
cranelift-codegen-shared = { path = "./shared", version = "0.65.0" }
cranelift-entity = { path = "../entity", version = "0.65.0" }
cranelift-bforest = { path = "../bforest", version = "0.65.0" }
hashbrown = { version = "0.7", optional = true }
target-lexicon = "0.10"
log = { version = "0.4.6", default-features = false }
@@ -25,7 +25,7 @@ gimli = { version = "0.21.0", default-features = false, features = ["write"], op
smallvec = { version = "1.0.0" }
thiserror = "1.0.4"
byteorder = { version = "1.3.2", default-features = false }
peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.1.0" }
peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.2.0" }
regalloc = "0.0.26"
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
@@ -33,8 +33,8 @@ regalloc = "0.0.26"
# accomodated in `tests`.
[build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.64.0" }
peepmatic = { path = "../peepmatic", optional = true, version = "0.64.0" }
cranelift-codegen-meta = { path = "meta", version = "0.65.0" }
peepmatic = { path = "../peepmatic", optional = true, version = "0.65.0" }
[features]
default = ["std", "unwind"]

View File

@@ -1,7 +1,7 @@
[package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.64.0"
version = "0.65.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -12,8 +12,8 @@ edition = "2018"
rustdoc-args = [ "--document-private-items" ]
[dependencies]
cranelift-codegen-shared = { path = "../shared", version = "0.64.0" }
cranelift-entity = { path = "../../entity", version = "0.64.0" }
cranelift-codegen-shared = { path = "../shared", version = "0.65.0" }
cranelift-entity = { path = "../../entity", version = "0.65.0" }
[badges]
maintenance = { status = "experimental" }

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-codegen-shared"
version = "0.64.0"
version = "0.65.0"
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-entity"
version = "0.64.0"
version = "0.65.0"
description = "Data structures using entity references as mapping keys"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-entity"

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-faerie"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Emit Cranelift output to native object files with Faerie"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -10,8 +10,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-module = { path = "../module", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] }
cranelift-module = { path = "../module", version = "0.65.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] }
faerie = "0.15.0"
goblin = "0.1.0"
anyhow = "1.0"

View File

@@ -1,7 +1,7 @@
[package]
name = "cranelift-filetests"
authors = ["The Cranelift Project Developers"]
version = "0.64.0"
version = "0.65.0"
description = "Test driver and implementations of the filetest commands"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-filetests"
@@ -10,12 +10,12 @@ publish = false
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", features = ["testing_hooks"] }
cranelift-frontend = { path = "../frontend", version = "0.64.0" }
cranelift-interpreter = { path = "../interpreter", version = "0.64.0" }
cranelift-native = { path = "../native", version = "0.64.0" }
cranelift-reader = { path = "../reader", version = "0.64.0" }
cranelift-preopt = { path = "../preopt", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", features = ["testing_hooks"] }
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
cranelift-interpreter = { path = "../interpreter", version = "0.65.0" }
cranelift-native = { path = "../native", version = "0.65.0" }
cranelift-reader = { path = "../reader", version = "0.65.0" }
cranelift-preopt = { path = "../preopt", version = "0.65.0" }
byteorder = { version = "1.3.2", default-features = false }
file-per-thread-logger = "0.1.2"
filecheck = "0.5.0"

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-frontend"
version = "0.64.0"
version = "0.65.0"
description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-frontend"
@@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
target-lexicon = "0.10"
log = { version = "0.4.6", default-features = false }
hashbrown = { version = "0.7", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-interpreter"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Interpret Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -11,9 +11,9 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift-reader = { path = "../reader", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.65.0" }
cranelift-reader = { path = "../reader", version = "0.65.0" }
hashbrown = { version = "0.7.1", optional = true }
log = { version = "0.4.8", default-features = false }
thiserror = "1.0.15"
@@ -21,7 +21,7 @@ walkdir = "2.3.1"
pretty_env_logger = "0.4.0"
[dev-dependencies]
cranelift-frontend = { path = "../frontend", version = "0.64.0" }
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
[badges]
maintenance = { status = "experimental" }

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-module"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Support for linking functions and data with Cranelift"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -11,8 +11,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.65.0" }
hashbrown = { version = "0.6", optional = true }
log = { version = "0.4.6", default-features = false }
thiserror = "1.0.4"

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-native"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Support for targeting the host with Cranelift"
documentation = "https://docs.rs/cranelift-native"
@@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
target-lexicon = "0.10"
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-object"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Emit Cranelift output to native object files with `object`"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -10,8 +10,8 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-module = { path = "../module", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] }
cranelift-module = { path = "../module", version = "0.65.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] }
object = { version = "0.18", default-features = false, features = ["write"] }
target-lexicon = "0.10"

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic"
version = "0.64.0"
version = "0.65.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
@@ -10,8 +10,8 @@ description = "DSL and compiler for generating peephole optimizers"
[dependencies]
anyhow = "1.0.27"
peepmatic-automata = { version = "0.1.0", path = "crates/automata", features = ["dot"] }
peepmatic-macro = { version = "0.1.0", path = "crates/macro" }
peepmatic-runtime = { version = "0.1.0", path = "crates/runtime", features = ["construct"] }
peepmatic-automata = { version = "0.2.0", path = "crates/automata", features = ["dot"] }
peepmatic-macro = { version = "0.2.0", path = "crates/macro" }
peepmatic-runtime = { version = "0.2.0", path = "crates/runtime", features = ["construct"] }
wast = "15.0.0"
z3 = { version = "0.5.1", features = ["static-link-z3"] }

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic-automata"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic-fuzzing"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic-macro"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic-runtime"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
@@ -12,8 +12,8 @@ description = "Runtime support for peepmatic peephole optimizers"
bincode = "1.2.1"
bumpalo = "3.2.0"
log = "0.4.8"
peepmatic-automata = { version = "0.1.0", path = "../automata", features = ["serde"] }
peepmatic-macro = { version = "0.1.0", path = "../macro" }
peepmatic-automata = { version = "0.2.0", path = "../automata", features = ["serde"] }
peepmatic-macro = { version = "0.2.0", path = "../macro" }
serde = { version = "1.0.105", features = ["derive"] }
thiserror = "1.0.15"
wast = { version = "15.0.0", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "peepmatic-test"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
publish = false

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-preopt"
version = "0.64.0"
version = "0.65.0"
description = "Support for optimizations in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-preopt"
@@ -12,8 +12,8 @@ keywords = ["optimize", "compile", "compiler", "jit"]
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.65.0" }
# This is commented out because it doesn't build on Rust 1.25.0, which
# cranelift currently supports.
# rustc_apfloat = { version = "0.1.2", default-features = false }

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-reader"
version = "0.64.0"
version = "0.65.0"
description = "Cranelift textual IR reader"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-reader"
@@ -10,7 +10,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0" }
smallvec = "1.0.0"
target-lexicon = "0.10"
thiserror = "1.0.15"

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-serde"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Serializer/Deserializer for Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -18,8 +18,8 @@ clap = "2.32.0"
serde = "1.0.8"
serde_derive = "1.0.75"
serde_json = "1.0.26"
cranelift-codegen = { path = "../codegen", version = "0.64.0" }
cranelift-reader = { path = "../reader", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0" }
cranelift-reader = { path = "../reader", version = "0.65.0" }
[badges]
maintenance = { status = "experimental" }

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-simplejit"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "A simple JIT library backed by Cranelift"
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -10,9 +10,9 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-module = { path = "../module", version = "0.64.0" }
cranelift-native = { path = "../native", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] }
cranelift-module = { path = "../module", version = "0.65.0" }
cranelift-native = { path = "../native", version = "0.65.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] }
region = "2.1.0"
libc = { version = "0.2.42" }
errno = "0.2.4"
@@ -27,9 +27,9 @@ selinux-fix = ['memmap']
default = []
[dev-dependencies]
cranelift = { path = "../umbrella", version = "0.64.0" }
cranelift-frontend = { path = "../frontend", version = "0.64.0" }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift = { path = "../umbrella", version = "0.65.0" }
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
cranelift-entity = { path = "../entity", version = "0.65.0" }
[badges]
maintenance = { status = "experimental" }

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift"
version = "0.64.0"
version = "0.65.0"
description = "Umbrella for commonly-used cranelift crates"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift"
@@ -12,8 +12,8 @@ keywords = ["compile", "compiler", "jit"]
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-frontend = { path = "../frontend", version = "0.64.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
cranelift-frontend = { path = "../frontend", version = "0.65.0", default-features = false }
[features]
default = ["std"]

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-wasm"
version = "0.64.0"
version = "0.65.0"
authors = ["The Cranelift Project Developers"]
description = "Translator from WebAssembly to Cranelift IR"
documentation = "https://docs.rs/cranelift-wasm"
@@ -13,9 +13,9 @@ edition = "2018"
[dependencies]
wasmparser = { version = "0.57.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.64.0" }
cranelift-frontend = { path = "../frontend", version = "0.64.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.65.0" }
cranelift-frontend = { path = "../frontend", version = "0.65.0", default-features = false }
hashbrown = { version = "0.7", optional = true }
log = { version = "0.4.6", default-features = false }
serde = { version = "1.0.94", features = ["derive"], optional = true }
@@ -25,7 +25,7 @@ thiserror = "1.0.4"
wat = "1.0.18"
target-lexicon = "0.10"
# Enable the riscv feature for cranelift-codegen, as some tests require it
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["riscv"] }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["riscv"] }
[features]
default = ["std"]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-c-api"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "C API to expose the Wasmtime runtime"
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-c-api-macros"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-debug"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Debug utils for WebAsssembly code in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
@@ -15,7 +15,7 @@ edition = "2018"
gimli = "0.21.0"
wasmparser = "0.57.0"
object = { version = "0.18", default-features = false, features = ["write"] }
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0"
thiserror = "1.0.4"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-environ"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Standalone environment support for WebAsssembly code in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
@@ -13,11 +13,11 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.64.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.64.0", features = ["enable-serde"] }
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.65.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.65.0", features = ["enable-serde"] }
wasmparser = "0.57.0"
lightbeam = { path = "../lightbeam", optional = true, version = "0.17.0" }
lightbeam = { path = "../lightbeam", optional = true, version = "0.18.0" }
indexmap = "1.0.2"
rayon = "1.2.1"
thiserror = "1.0.4"

View File

@@ -4,7 +4,7 @@ description = "Fuzzing infrastructure for Wasmtime"
edition = "2018"
name = "wasmtime-fuzzing"
publish = false
version = "0.17.0"
version = "0.18.0"
[dependencies]
anyhow = "1.0.22"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-jit"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "JIT-style execution for WebAsssembly code in Cranelift"
documentation = "https://docs.rs/wasmtime-jit"
@@ -12,15 +12,15 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.64.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.64.0", features = ["enable-serde"] }
cranelift-native = { path = "../../cranelift/native", version = "0.64.0" }
cranelift-frontend = { path = "../../cranelift/frontend", version = "0.64.0" }
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-runtime = { path = "../runtime", version = "0.17.0" }
wasmtime-debug = { path = "../debug", version = "0.17.0" }
wasmtime-profiling = { path = "../profiling", version = "0.17.0" }
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.65.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.65.0", features = ["enable-serde"] }
cranelift-native = { path = "../../cranelift/native", version = "0.65.0" }
cranelift-frontend = { path = "../../cranelift/frontend", version = "0.65.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
wasmtime-debug = { path = "../debug", version = "0.18.0" }
wasmtime-profiling = { path = "../profiling", version = "0.18.0" }
region = "2.0.0"
thiserror = "1.0.4"
target-lexicon = { version = "0.10.0", default-features = false }

View File

@@ -1,6 +1,6 @@
[package]
name = "lightbeam"
version = "0.17.0"
version = "0.18.0"
authors = ["The Lightbeam Project Developers"]
description = "An optimising one-pass streaming compiler for WebAssembly"
license = "Apache-2.0 WITH LLVM-exception"
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
capstone = "0.6.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0" }
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0" }
derive_more = "0.99"
dynasm = "0.5.2"
dynasmrt = "0.5.2"

View File

@@ -1,6 +1,6 @@
[package]
name = "run-examples"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-rust"
version = "0.17.0"
version = "0.18.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Rust extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -15,9 +15,9 @@ test = false
doctest = false
[dependencies]
wasmtime-rust-macro = { path = "./macro", version = "0.17.0" }
wasmtime-wasi = { path = "../../wasi", version = "0.17.0" }
wasmtime = { path = "../../wasmtime", version = "0.17.0" }
wasmtime-rust-macro = { path = "./macro", version = "0.18.0" }
wasmtime-wasi = { path = "../../wasi", version = "0.18.0" }
wasmtime = { path = "../../wasmtime", version = "0.18.0" }
anyhow = "1.0.19"
[badges]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-rust-macro"
version = "0.17.0"
version = "0.18.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Macro support crate for wasmtime-rust"
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-obj"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
object = { version = "0.18", default-features = false, features = ["write"] }
more-asserts = "0.2.1"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-profiling"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Runtime library support for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -19,8 +19,8 @@ libc = { version = "0.2.60", default-features = false }
scroll = { version = "0.10.1", features = ["derive"], optional = true }
serde = { version = "1.0.99", features = ["derive"] }
target-lexicon = "0.10.0"
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-runtime = { path = "../runtime", version = "0.17.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-runtime"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Runtime library support for Wasmtime"
documentation = "https://docs.rs/wasmtime-runtime"
@@ -12,7 +12,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
region = "2.0.0"
libc = { version = "0.2.70", default-features = false }
memoffset = "0.5.3"

View File

@@ -1,6 +1,6 @@
[package]
name = "test-programs"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"
@@ -10,9 +10,9 @@ publish = false
cfg-if = "0.1.9"
[dev-dependencies]
wasi-common = { path = "../wasi-common", version = "0.17.0" }
wasmtime-wasi = { path = "../wasi", version = "0.17.0" }
wasmtime = { path = "../wasmtime", version = "0.17.0" }
wasi-common = { path = "../wasi-common", version = "0.18.0" }
wasmtime-wasi = { path = "../wasi", version = "0.18.0" }
wasmtime = { path = "../wasmtime", version = "0.18.0" }
target-lexicon = "0.10.0"
pretty_env_logger = "0.4.0"
tempfile = "3.1.0"

View File

@@ -17,7 +17,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasi-tests"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "wasi-tests"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasi-common"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "WASI implementation in Rust"
license = "Apache-2.0 WITH LLVM-exception"
@@ -12,9 +12,9 @@ edition = "2018"
include = ["src/**/*", "LICENSE", "WASI/phases", "build.rs"]
# This doesn't actually link to a native library, but it allows us to set env
# vars like `DEP_WASI_COMMON_17_*` for crates that have build scripts and depend
# vars like `DEP_WASI_COMMON_18_*` for crates that have build scripts and depend
# on this crate, allowing other crates to use the same witx files.
links = "wasi-common-17"
links = "wasi-common-18"
[dependencies]
anyhow = "1.0"
@@ -25,14 +25,14 @@ cfg-if = "0.1.9"
log = "0.4"
filetime = "0.2.7"
lazy_static = "1.4.0"
wig = { path = "wig", version = "0.17.0" }
wiggle = { path = "../wiggle", default-features = false, version = "0.17.0" }
wig = { path = "wig", version = "0.18.0" }
wiggle = { path = "../wiggle", default-features = false, version = "0.18.0" }
[target.'cfg(unix)'.dependencies]
yanix = { path = "yanix", version = "0.17.0" }
yanix = { path = "yanix", version = "0.18.0" }
[target.'cfg(windows)'.dependencies]
winx = { path = "winx", version = "0.17.0" }
winx = { path = "winx", version = "0.18.0" }
winapi = "0.3"
cpu-time = "1.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "wig"
version = "0.17.0"
version = "0.18.0"
authors = ["Dan Gohman <sunfish@mozilla.com>"]
description = "WebAssembly Interface Generator"
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "winx"
version = "0.17.0"
version = "0.18.0"
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
description = "Windows API helper library"
documentation = "https://docs.rs/winx"

View File

@@ -1,6 +1,6 @@
[package]
name = "yanix"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "Yet Another Nix crate: a Unix API helper library"
documentation = "https://docs.rs/yanix"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-wasi"
version = "0.17.0"
version = "0.18.0"
authors = ["The Cranelift Project Developers"]
description = "WASI API support for Wasmtime"
documentation = "https://docs.rs/wasmtime-wasi"
@@ -14,11 +14,11 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
log = { version = "0.4.8", default-features = false }
wasi-common = { path = "../wasi-common", version = "0.17.0" }
wasmtime = { path = "../wasmtime", version = "0.17.0", default-features = false }
wasmtime-runtime = { path = "../runtime", version = "0.17.0" }
wig = { path = "../wasi-common/wig", version = "0.17.0" }
wiggle = { path = "../wiggle", version = "0.17.0" }
wasi-common = { path = "../wasi-common", version = "0.18.0" }
wasmtime = { path = "../wasmtime", version = "0.18.0", default-features = false }
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
wig = { path = "../wasi-common/wig", version = "0.18.0" }
wiggle = { path = "../wiggle", version = "0.18.0" }
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -1,4 +1,4 @@
fn main() {
let wasi_root = std::env::var("DEP_WASI_COMMON_17_WASI").unwrap();
let wasi_root = std::env::var("DEP_WASI_COMMON_18_WASI").unwrap();
println!("cargo:rustc-env=WASI_ROOT={}", wasi_root);
}

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "High-level API to expose the Wasmtime runtime"
documentation = "https://docs.rs/wasmtime"
@@ -10,10 +10,10 @@ readme = "README.md"
edition = "2018"
[dependencies]
wasmtime-runtime = { path = "../runtime", version = "0.17.0" }
wasmtime-environ = { path = "../environ", version = "0.17.0" }
wasmtime-jit = { path = "../jit", version = "0.17.0" }
wasmtime-profiling = { path = "../profiling", version = "0.17.0" }
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
wasmtime-environ = { path = "../environ", version = "0.18.0" }
wasmtime-jit = { path = "../jit", version = "0.18.0" }
wasmtime-profiling = { path = "../profiling", version = "0.18.0" }
wasmparser = "0.57.0"
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-wast"
version = "0.17.0"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
description = "wast testing support for wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../wasmtime", version = "0.17.0", default-features = false }
wasmtime = { path = "../wasmtime", version = "0.18.0", default-features = false }
wast = "17.0.0"
[badges]

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle"
version = "0.17.0"
version = "0.18.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE"]
[dependencies]
thiserror = "1"
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.5", optional = true }
wiggle-macro = { path = "macro", version = "0.17.0" }
wiggle-macro = { path = "macro", version = "0.18.0" }
tracing = "0.1.15"
[badges]

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-generate"
version = "0.17.0"
version = "0.18.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-macro"
version = "0.17.0"
version = "0.18.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
@@ -15,7 +15,7 @@ proc-macro = true
test = false
[dependencies]
wiggle-generate = { path = "../generate", version = "0.17.0" }
wiggle-generate = { path = "../generate", version = "0.18.0" }
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5" }
quote = "1.0"
syn = { version = "1.0", features = ["full"] }

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-test"
version = "0.17.0"
version = "0.18.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the cranelift-* crates have the same version number
version="0.64.0"
version="0.65.0"
# Update all of the Cargo.toml files.
echo "Updating crate versions to $version"
@@ -24,6 +24,7 @@ find -name Cargo.toml \
-not -path ./crates/wasi-common/WASI/tools/witx/Cargo.toml \
-exec sed -i.bk \
-e "/^cranelift/s/version = \"[^\"]*\"/version = \"$version\"/" \
-e "/^peepmatic /s/version = \"[^\"]*\"/version = \"$version\"/" \
{} \;
# Update the Cargo.lock file for the new versions.

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the wasmtime-* crates have the same version number
short_version="17"
short_version="18"
version="0.$short_version.0"
# Update the version numbers of the crates to $version. Skip crates with