Fixes for 0.15 (#1449)

* Wasmtime 0.15.0 and Cranelift 0.62.0. (#1398)

* Bump more ad-hoc versions.

* Add build.rs to wasi-common's Cargo.toml.

* Update the env var name in more places.

* Remove a redundant echo.
This commit is contained in:
Dan Gohman
2020-04-03 13:13:37 -07:00
committed by GitHub
parent f6e3ab03a2
commit fde5ddf159
51 changed files with 232 additions and 223 deletions

145
Cargo.lock generated
View File

@@ -44,9 +44,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.27" version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013a6e0a2cbe3d20f9c60b65458f7a7f7a5e636c5d0f45a5a6aee5d4b1f01785" checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
[[package]] [[package]]
name = "arbitrary" name = "arbitrary"
@@ -365,7 +365,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-frontend", "cranelift-frontend",
@@ -373,14 +373,14 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-entity", "cranelift-entity",
] ]
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-bforest", "cranelift-bforest",
@@ -398,7 +398,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen-shared", "cranelift-codegen-shared",
"cranelift-entity", "cranelift-entity",
@@ -406,18 +406,18 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-shared" name = "cranelift-codegen-shared"
version = "0.61.0" version = "0.62.0"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"serde", "serde",
] ]
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@@ -429,7 +429,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-filetests" name = "cranelift-filetests"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-codegen", "cranelift-codegen",
@@ -447,7 +447,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"hashbrown 0.7.1", "hashbrown 0.7.1",
@@ -458,7 +458,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@@ -470,7 +470,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"raw-cpuid", "raw-cpuid",
@@ -479,7 +479,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-object" name = "cranelift-object"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-module", "cranelift-module",
@@ -489,7 +489,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-preopt" name = "cranelift-preopt"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
@@ -497,7 +497,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-reader" name = "cranelift-reader"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"target-lexicon", "target-lexicon",
@@ -505,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-serde" name = "cranelift-serde"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"clap", "clap",
"cranelift-codegen", "cranelift-codegen",
@@ -517,7 +517,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift", "cranelift",
"cranelift-codegen", "cranelift-codegen",
@@ -535,7 +535,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-tools" name = "cranelift-tools"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"capstone", "capstone",
"cfg-if", "cfg-if",
@@ -567,7 +567,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-wasm" name = "cranelift-wasm"
version = "0.61.0" version = "0.62.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
@@ -769,9 +769,9 @@ dependencies = [
[[package]] [[package]]
name = "errno" name = "errno"
version = "0.2.4" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
dependencies = [ dependencies = [
"errno-dragonfly", "errno-dragonfly",
"libc", "libc",
@@ -845,9 +845,9 @@ dependencies = [
[[package]] [[package]]
name = "filetime" name = "filetime"
version = "0.2.8" version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
@@ -967,9 +967,9 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.8" version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
dependencies = [ dependencies = [
"libc", "libc",
] ]
@@ -1067,7 +1067,7 @@ dependencies = [
[[package]] [[package]]
name = "lightbeam" name = "lightbeam"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"capstone", "capstone",
@@ -1343,15 +1343,15 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro-hack" name = "proc-macro-hack"
version = "0.5.14" version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcfdefadc3d57ca21cf17990a28ef4c0f7c61383a28cb7604cf4a18e6ede1420" checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.9" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
dependencies = [ dependencies = [
"unicode-xid", "unicode-xid",
] ]
@@ -1662,7 +1662,7 @@ dependencies = [
[[package]] [[package]]
name = "run-examples" name = "run-examples"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"cc", "cc",
] ]
@@ -1784,9 +1784,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.48" version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25" checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",
@@ -1940,7 +1940,7 @@ dependencies = [
[[package]] [[package]]
name = "test-programs" name = "test-programs"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -1965,18 +1965,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.13" version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3711fd1c4e75b3eff12ba5c40dba762b6b65c5476e8174c1a664772060c49bf" checksum = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.13" version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae2b85ba4c9aa32dd3343bd80eb8d22e9b54b7688c17ea3907f236885353b233" checksum = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2100,7 +2100,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]] [[package]]
name = "wasi-common" name = "wasi-common"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2137,7 +2137,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime" name = "wasmtime"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"backtrace", "backtrace",
@@ -2163,7 +2163,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-c-api" name = "wasmtime-c-api"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"once_cell", "once_cell",
@@ -2176,7 +2176,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-c-api-macros" name = "wasmtime-c-api-macros"
version = "0.1.0" version = "0.15.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2184,7 +2184,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-cli" name = "wasmtime-cli"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2212,7 +2212,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-debug" name = "wasmtime-debug"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2226,7 +2226,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-environ" name = "wasmtime-environ"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.12.0", "base64 0.12.0",
@@ -2273,7 +2273,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-fuzzing" name = "wasmtime-fuzzing"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arbitrary", "arbitrary",
@@ -2289,7 +2289,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-jit" name = "wasmtime-jit"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2313,7 +2313,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-obj" name = "wasmtime-obj"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2323,7 +2323,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-profiling" name = "wasmtime-profiling"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2341,7 +2341,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-runtime" name = "wasmtime-runtime"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"cc", "cc",
@@ -2358,7 +2358,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-rust" name = "wasmtime-rust"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"wasmtime", "wasmtime",
@@ -2368,7 +2368,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-rust-macro" name = "wasmtime-rust-macro"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2377,7 +2377,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-wasi" name = "wasmtime-wasi"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"log", "log",
@@ -2390,7 +2390,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-wast" name = "wasmtime-wast"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"wasmtime", "wasmtime",
@@ -2416,17 +2416,26 @@ dependencies = [
] ]
[[package]] [[package]]
name = "wat" name = "wast"
version = "1.0.12" version = "13.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9400dc1c8512087b2d974b1b9b0a6c4e6e26e7e8acf629e3e351165a1ed301" checksum = "5b20abd8b4a26f7e0d4dd5e357e90a3d555ec190e94472c9b2b27c5b9777f9ae"
dependencies = [ dependencies = [
"wast 11.0.0", "leb128",
]
[[package]]
name = "wat"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51a615830ee3e7200b505c441fec09aac2f114deae69df52f215cb828ba112c4"
dependencies = [
"wast 13.0.0",
] ]
[[package]] [[package]]
name = "wig" name = "wig"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@@ -2436,7 +2445,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle" name = "wiggle"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"proptest", "proptest",
"thiserror", "thiserror",
@@ -2447,7 +2456,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-generate" name = "wiggle-generate"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"heck", "heck",
@@ -2459,7 +2468,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-macro" name = "wiggle-macro"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"syn", "syn",
"wiggle", "wiggle",
@@ -2469,7 +2478,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-test" name = "wiggle-test"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"proptest", "proptest",
"wiggle", "wiggle",
@@ -2493,9 +2502,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]] [[package]]
name = "winapi-util" name = "winapi-util"
version = "0.1.3" version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
dependencies = [ dependencies = [
"winapi", "winapi",
] ]
@@ -2508,7 +2517,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]] [[package]]
name = "winx" name = "winx"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cvt", "cvt",
@@ -2530,7 +2539,7 @@ dependencies = [
[[package]] [[package]]
name = "yanix" name = "yanix"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if", "cfg-if",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wasmtime-cli" name = "wasmtime-cli"
version = "0.14.0" version = "0.15.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
description = "Command-line interface for Wasmtime" description = "Command-line interface for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -22,14 +22,14 @@ doc = false
[dependencies] [dependencies]
# Enable all supported architectures by default. # Enable all supported architectures by default.
wasmtime = { path = "crates/api", version = "0.14.0", default-features = false } wasmtime = { path = "crates/api", version = "0.15.0", default-features = false }
wasmtime-debug = { path = "crates/debug", version = "0.14.0" } wasmtime-debug = { path = "crates/debug", version = "0.15.0" }
wasmtime-environ = { path = "crates/environ", version = "0.14.0" } wasmtime-environ = { path = "crates/environ", version = "0.15.0" }
wasmtime-jit = { path = "crates/jit", version = "0.14.0" } wasmtime-jit = { path = "crates/jit", version = "0.15.0" }
wasmtime-obj = { path = "crates/obj", version = "0.14.0" } wasmtime-obj = { path = "crates/obj", version = "0.15.0" }
wasmtime-wast = { path = "crates/wast", version = "0.14.0" } wasmtime-wast = { path = "crates/wast", version = "0.15.0" }
wasmtime-wasi = { path = "crates/wasi", version = "0.14.0" } wasmtime-wasi = { path = "crates/wasi", version = "0.15.0" }
wasi-common = { path = "crates/wasi-common", version = "0.14.0" } wasi-common = { path = "crates/wasi-common", version = "0.15.0" }
structopt = { version = "0.3.5", features = ["color", "suggestions"] } structopt = { version = "0.3.5", features = ["color", "suggestions"] }
faerie = "0.15.0" faerie = "0.15.0"
anyhow = "1.0.19" anyhow = "1.0.19"
@@ -41,7 +41,7 @@ libc = "0.2.60"
rayon = "1.2.1" rayon = "1.2.1"
[dev-dependencies] [dev-dependencies]
wasmtime-runtime = { path = "crates/runtime", version = "0.14.0" } wasmtime-runtime = { path = "crates/runtime", version = "0.15.0" }
more-asserts = "0.2.1" more-asserts = "0.2.1"
test-programs = { path = "crates/test-programs" } test-programs = { path = "crates/test-programs" }
tempfile = "3.1.0" tempfile = "3.1.0"

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
[package] [package]
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.61.0" version = "0.62.0"
description = "Low-level code generator library" description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-codegen" documentation = "https://docs.rs/cranelift-codegen"
@@ -13,9 +13,9 @@ build = "build.rs"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
cranelift-codegen-shared = { path = "./shared", version = "0.61.0" } cranelift-codegen-shared = { path = "./shared", version = "0.62.0" }
cranelift-entity = { path = "../entity", version = "0.61.0" } cranelift-entity = { path = "../entity", version = "0.62.0" }
cranelift-bforest = { path = "../bforest", version = "0.61.0" } cranelift-bforest = { path = "../bforest", version = "0.62.0" }
hashbrown = { version = "0.7", optional = true } hashbrown = { version = "0.7", optional = true }
target-lexicon = "0.10" target-lexicon = "0.10"
log = { version = "0.4.6", default-features = false } log = { version = "0.4.6", default-features = false }
@@ -30,7 +30,7 @@ byteorder = { version = "1.3.2", default-features = false }
# accomodated in `tests`. # accomodated in `tests`.
[build-dependencies] [build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.61.0" } cranelift-codegen-meta = { path = "meta", version = "0.62.0" }
[features] [features]
default = ["std", "unwind"] default = ["std", "unwind"]

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
version = "0.61.0" version = "0.62.0"
description = "Metaprogram for cranelift-codegen code generator library" description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime" repository = "https://github.com/bytecodealliance/wasmtime"
@@ -9,8 +9,8 @@ readme = "README.md"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
cranelift-codegen-shared = { path = "../shared", version = "0.61.0" } cranelift-codegen-shared = { path = "../shared", version = "0.62.0" }
cranelift-entity = { path = "../../entity", version = "0.61.0" } cranelift-entity = { path = "../../entity", version = "0.62.0" }
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "cranelift-wasm" name = "cranelift-wasm"
version = "0.61.0" version = "0.62.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "Translator from WebAssembly to Cranelift IR" description = "Translator from WebAssembly to Cranelift IR"
documentation = "https://docs.rs/cranelift-wasm" documentation = "https://docs.rs/cranelift-wasm"
@@ -13,9 +13,9 @@ edition = "2018"
[dependencies] [dependencies]
wasmparser = { version = "0.51.0", default-features = false } wasmparser = { version = "0.51.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.61.0", default-features = false } cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.61.0" } cranelift-entity = { path = "../entity", version = "0.62.0" }
cranelift-frontend = { path = "../frontend", version = "0.61.0", default-features = false } cranelift-frontend = { path = "../frontend", version = "0.62.0", default-features = false }
hashbrown = { version = "0.7", optional = true } hashbrown = { version = "0.7", optional = true }
log = { version = "0.4.6", default-features = false } log = { version = "0.4.6", default-features = false }
serde = { version = "1.0.94", features = ["derive"], optional = true } serde = { version = "1.0.94", features = ["derive"], optional = true }

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wasmtime" name = "wasmtime"
version = "0.14.0" version = "0.15.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
description = "High-level API to expose the Wasmtime runtime" description = "High-level API to expose the Wasmtime runtime"
documentation = "https://docs.rs/wasmtime" documentation = "https://docs.rs/wasmtime"
@@ -10,10 +10,10 @@ readme = "README.md"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
wasmtime-runtime = { path = "../runtime", version = "0.14.0" } wasmtime-runtime = { path = "../runtime", version = "0.15.0" }
wasmtime-environ = { path = "../environ", version = "0.14.0" } wasmtime-environ = { path = "../environ", version = "0.15.0" }
wasmtime-jit = { path = "../jit", version = "0.14.0" } wasmtime-jit = { path = "../jit", version = "0.15.0" }
wasmtime-profiling = { path = "../profiling", version = "0.14.0" } wasmtime-profiling = { path = "../profiling", version = "0.15.0" }
wasmparser = "0.51.2" wasmparser = "0.51.2"
target-lexicon = { version = "0.10.0", default-features = false } target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19" anyhow = "1.0.19"
@@ -30,7 +30,7 @@ winapi = "0.3.7"
[dev-dependencies] [dev-dependencies]
# for wasmtime.rs # for wasmtime.rs
wasi-common = { path = "../wasi-common", version = "0.14.0" } wasi-common = { path = "../wasi-common", version = "0.15.0" }
pretty_env_logger = "0.4.0" pretty_env_logger = "0.4.0"
rayon = "1.2.1" rayon = "1.2.1"
file-per-thread-logger = "0.1.1" file-per-thread-logger = "0.1.1"

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wasmtime-environ" name = "wasmtime-environ"
version = "0.14.0" version = "0.15.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
description = "Standalone environment support for WebAsssembly code in Cranelift" description = "Standalone environment support for WebAsssembly code in Cranelift"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -13,11 +13,11 @@ edition = "2018"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.61.0", features = ["enable-serde"] } cranelift-codegen = { path = "../../cranelift/codegen", version = "0.62.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.61.0", features = ["enable-serde"] } cranelift-entity = { path = "../../cranelift/entity", version = "0.62.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.61.0", features = ["enable-serde"] } cranelift-wasm = { path = "../../cranelift/wasm", version = "0.62.0", features = ["enable-serde"] }
wasmparser = "0.51.2" wasmparser = "0.51.2"
lightbeam = { path = "../lightbeam", optional = true, version = "0.14.0" } lightbeam = { path = "../lightbeam", optional = true, version = "0.15.0" }
indexmap = "1.0.2" indexmap = "1.0.2"
rayon = "1.2.1" rayon = "1.2.1"
thiserror = "1.0.4" thiserror = "1.0.4"
@@ -44,7 +44,7 @@ tempfile = "3"
target-lexicon = { version = "0.10.0", default-features = false } target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.4.0" pretty_env_logger = "0.4.0"
rand = { version = "0.7.0", default-features = false, features = ["small_rng"] } rand = { version = "0.7.0", default-features = false, features = ["small_rng"] }
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.61.0", features = ["enable-serde", "all-arch"] } cranelift-codegen = { path = "../../cranelift/codegen", version = "0.62.0", features = ["enable-serde", "all-arch"] }
filetime = "0.2.7" filetime = "0.2.7"
lazy_static = "1.3.0" lazy_static = "1.3.0"

View File

@@ -4,7 +4,7 @@ description = "Fuzzing infrastructure for Wasmtime"
edition = "2018" edition = "2018"
name = "wasmtime-fuzzing" name = "wasmtime-fuzzing"
publish = false publish = false
version = "0.14.0" version = "0.15.0"
[dependencies] [dependencies]
anyhow = "1.0.22" anyhow = "1.0.22"
@@ -15,7 +15,7 @@ log = "0.4.8"
rayon = "1.2.1" rayon = "1.2.1"
wasmparser = "0.51.2" wasmparser = "0.51.2"
wasmprinter = "0.2.1" wasmprinter = "0.2.1"
wasmtime = { path = "../api", version = "0.14.0" } wasmtime = { path = "../api", version = "0.15.0" }
[dev-dependencies] [dev-dependencies]
wat = "1.0.10" wat = "1.0.10"

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "lightbeam" name = "lightbeam"
version = "0.14.0" version = "0.15.0"
authors = ["The Lightbeam Project Developers"] authors = ["The Lightbeam Project Developers"]
description = "An optimising one-pass streaming compiler for WebAssembly" description = "An optimising one-pass streaming compiler for WebAssembly"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -19,7 +19,7 @@ memoffset = "0.5.3"
itertools = "0.8.2" itertools = "0.8.2"
capstone = "0.6.0" capstone = "0.6.0"
thiserror = "1.0.9" thiserror = "1.0.9"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.61.0" } cranelift-codegen = { path = "../../cranelift/codegen", version = "0.62.0" }
multi_mut = "0.1" multi_mut = "0.1"
either = "1.5" either = "1.5"
typemap = "0.3" typemap = "0.3"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -17,7 +17,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "wasi-tests" name = "wasi-tests"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"more-asserts 0.2.1 (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] [package]
name = "wasi-tests" name = "wasi-tests"
version = "0.14.0" version = "0.15.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
readme = "README.md" readme = "README.md"
edition = "2018" edition = "2018"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wasi-common" name = "wasi-common"
version = "0.14.0" version = "0.15.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
description = "WASI implementation in Rust" description = "WASI implementation in Rust"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -9,12 +9,12 @@ keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime" repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md" readme = "README.md"
edition = "2018" edition = "2018"
include = ["src/**/*", "LICENSE", "WASI/phases"] include = ["src/**/*", "LICENSE", "WASI/phases", "build.rs"]
# This doesn't actually link to a native library, but it allows us to set env # This doesn't actually link to a native library, but it allows us to set env
# vars like `DEP_WASI_COMMON_14_*` for crates that have build scripts and depend # vars like `DEP_WASI_COMMON_15_*` for crates that have build scripts and depend
# on this crate, allowing other crates to use the same witx files. # on this crate, allowing other crates to use the same witx files.
links = "wasi-common-14" links = "wasi-common-15"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
@@ -26,14 +26,14 @@ log = "0.4"
filetime = "0.2.7" filetime = "0.2.7"
lazy_static = "1.4.0" lazy_static = "1.4.0"
num = { version = "0.2.0", default-features = false } num = { version = "0.2.0", default-features = false }
wig = { path = "wig", version = "0.14.0" } wig = { path = "wig", version = "0.15.0" }
wiggle = { path = "../wiggle", default-features = false, version = "0.14.0" } wiggle = { path = "../wiggle", default-features = false, version = "0.15.0" }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
yanix = { path = "yanix", version = "0.14.0" } yanix = { path = "yanix", version = "0.15.0" }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winx = { path = "winx", version = "0.14.0" } winx = { path = "winx", version = "0.15.0" }
winapi = "0.3" winapi = "0.3"
cpu-time = "1.0" cpu-time = "1.0"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wiggle-macro" name = "wiggle-macro"
version = "0.14.0" version = "0.15.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"] authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE"]
proc-macro = true proc-macro = true
[dependencies] [dependencies]
wiggle-generate = { path = "../generate", version = "0.14.0" } wiggle-generate = { path = "../generate", version = "0.15.0" }
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.4" } witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.4" }
syn = { version = "1.0", features = ["full"] } syn = { version = "1.0", features = ["full"] }

View File

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

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir" cd "$topdir"
# All the cranelift-* crates have the same version number # All the cranelift-* crates have the same version number
version="0.61.0" version="0.62.0"
# Update all of the Cargo.toml files. # Update all of the Cargo.toml files.
echo "Updating crate versions to $version" echo "Updating crate versions to $version"

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir" cd "$topdir"
# All the wasmtime-* crates have the same version number # All the wasmtime-* crates have the same version number
version="0.14.0" version="0.15.0"
# Update the version numbers of the crates to $version. Skip crates with # Update the version numbers of the crates to $version. Skip crates with
# a version of "0.0.0", which are unpublished. # a version of "0.0.0", which are unpublished.

View File

@@ -53,4 +53,4 @@ for cargo_toml in \
echo sleep 20 echo sleep 20
done done
echo echo git tag v$(grep "version =" Cargo.toml | head -n 1 | cut -d '"' -f 2) echo git tag v$(grep "version =" Cargo.toml | head -n 1 | cut -d '"' -f 2)