From 864cf98c8def770a2bcfc7328a8ffc10b12e8aa2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 29 Apr 2020 17:30:25 -0700 Subject: [PATCH] Update release notes, wasmtime 0.16, cranelift 0.63. --- Cargo.lock | 168 ++++++++++----------- Cargo.toml | 18 +-- RELEASES.md | 30 +++- cranelift/Cargo.toml | 30 ++-- cranelift/bforest/Cargo.toml | 4 +- cranelift/codegen/Cargo.toml | 10 +- cranelift/codegen/meta/Cargo.toml | 6 +- cranelift/codegen/shared/Cargo.toml | 2 +- cranelift/entity/Cargo.toml | 2 +- cranelift/faerie/Cargo.toml | 6 +- cranelift/filetests/Cargo.toml | 10 +- cranelift/frontend/Cargo.toml | 4 +- cranelift/module/Cargo.toml | 6 +- cranelift/native/Cargo.toml | 4 +- cranelift/object/Cargo.toml | 6 +- cranelift/preopt/Cargo.toml | 6 +- cranelift/reader/Cargo.toml | 4 +- cranelift/serde/Cargo.toml | 6 +- cranelift/simplejit/Cargo.toml | 14 +- cranelift/umbrella/Cargo.toml | 6 +- cranelift/wasm/Cargo.toml | 10 +- crates/api/Cargo.toml | 10 +- crates/c-api/Cargo.toml | 2 +- crates/c-api/macros/Cargo.toml | 2 +- crates/debug/Cargo.toml | 4 +- crates/environ/Cargo.toml | 10 +- crates/fuzzing/Cargo.toml | 2 +- crates/jit/Cargo.toml | 20 +-- crates/lightbeam/Cargo.toml | 4 +- crates/misc/run-examples/Cargo.toml | 2 +- crates/misc/rust/Cargo.toml | 8 +- crates/misc/rust/macro/Cargo.toml | 2 +- crates/obj/Cargo.toml | 4 +- crates/profiling/Cargo.toml | 6 +- crates/runtime/Cargo.toml | 4 +- crates/test-programs/Cargo.toml | 8 +- crates/test-programs/wasi-tests/Cargo.lock | 8 +- crates/test-programs/wasi-tests/Cargo.toml | 2 +- crates/wasi-common/Cargo.toml | 14 +- crates/wasi-common/wig/Cargo.toml | 2 +- crates/wasi-common/winx/Cargo.toml | 2 +- crates/wasi-common/yanix/Cargo.toml | 2 +- crates/wasi/Cargo.toml | 12 +- crates/wasi/build.rs | 2 +- crates/wast/Cargo.toml | 4 +- crates/wiggle/Cargo.toml | 4 +- crates/wiggle/generate/Cargo.toml | 2 +- crates/wiggle/macro/Cargo.toml | 4 +- crates/wiggle/test-helpers/Cargo.toml | 2 +- scripts/bump-cranelift-version.sh | 2 +- scripts/bump-wasmtime-version.sh | 2 +- 51 files changed, 263 insertions(+), 241 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a83f147473c5..77f89ed9e557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,12 +17,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0989268a37e128d4d7a8028f1c60099430113fdbc70419010601ce51a228e4fe" -dependencies = [ - "const-random", -] +checksum = "35b909d1c126f78ace756fc337133356c499eebeefcce930fa5fb018823f2b2d" [[package]] name = "aho-corasick" @@ -50,9 +47,9 @@ checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff" [[package]] name = "arbitrary" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1148c9b25d393a07c4cc3ef5dd30f82a40a1c261018c4a670611ed8e76cad3ea" +checksum = "c5eb01a9ab8a3369f2f7632b9461c34f5920bd454774bab5b9fc6744f21d6143" dependencies = [ "derive_arbitrary", ] @@ -270,18 +267,6 @@ dependencies = [ "vec_map", ] -[[package]] -name = "clicolors-control" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" -dependencies = [ - "atty", - "lazy_static", - "libc", - "winapi", -] - [[package]] name = "cloudabi" version = "0.0.3" @@ -302,18 +287,19 @@ dependencies = [ [[package]] name = "console" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c" +checksum = "dea0f3e2e8d7dba335e913b97f9e1992c86c4399d54f8be1d31c8727d0652064" dependencies = [ - "clicolors-control", "encode_unicode", "lazy_static", "libc", "regex", + "terminal_size", "termios", "unicode-width", "winapi", + "winapi-util", ] [[package]] @@ -354,7 +340,7 @@ dependencies = [ [[package]] name = "cranelift" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "cranelift-frontend", @@ -362,14 +348,14 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.62.0" +version = "0.63.0" dependencies = [ "byteorder", "cranelift-bforest", @@ -377,7 +363,7 @@ dependencies = [ "cranelift-codegen-shared", "cranelift-entity", "gimli", - "hashbrown 0.7.1", + "hashbrown 0.7.2", "log", "regalloc", "serde", @@ -388,7 +374,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -396,18 +382,18 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.62.0" +version = "0.63.0" [[package]] name = "cranelift-entity" -version = "0.62.0" +version = "0.63.0" dependencies = [ "serde", ] [[package]] name = "cranelift-faerie" -version = "0.62.0" +version = "0.63.0" dependencies = [ "anyhow", "cranelift-codegen", @@ -419,7 +405,7 @@ dependencies = [ [[package]] name = "cranelift-filetests" -version = "0.62.0" +version = "0.63.0" dependencies = [ "byteorder", "cranelift-codegen", @@ -438,10 +424,10 @@ dependencies = [ [[package]] name = "cranelift-frontend" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", - "hashbrown 0.7.1", + "hashbrown 0.7.2", "log", "smallvec", "target-lexicon", @@ -449,7 +435,7 @@ dependencies = [ [[package]] name = "cranelift-module" -version = "0.62.0" +version = "0.63.0" dependencies = [ "anyhow", "cranelift-codegen", @@ -461,7 +447,7 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "raw-cpuid", @@ -470,7 +456,7 @@ dependencies = [ [[package]] name = "cranelift-object" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "cranelift-module", @@ -480,7 +466,7 @@ dependencies = [ [[package]] name = "cranelift-preopt" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -488,7 +474,7 @@ dependencies = [ [[package]] name = "cranelift-reader" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "target-lexicon", @@ -496,7 +482,7 @@ dependencies = [ [[package]] name = "cranelift-serde" -version = "0.62.0" +version = "0.63.0" dependencies = [ "clap", "cranelift-codegen", @@ -508,7 +494,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift", "cranelift-codegen", @@ -526,7 +512,7 @@ dependencies = [ [[package]] name = "cranelift-tools" -version = "0.62.0" +version = "0.63.0" dependencies = [ "capstone", "cfg-if", @@ -558,12 +544,12 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.62.0" +version = "0.63.0" dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "hashbrown 0.7.1", + "hashbrown 0.7.2", "log", "serde", "target-lexicon", @@ -639,9 +625,9 @@ dependencies = [ [[package]] name = "derive_arbitrary" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9735d3bee627701429c04d0e5bbaa966d22dcd64e50e4296e5aa960a15159881" +checksum = "5cee758ebd1c79a9c6fb95f242dcc30bdbf555c28369ae908d21fdaf81537496" dependencies = [ "proc-macro2", "quote", @@ -961,11 +947,11 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479e9d9a1a3f8c489868a935b557ab5710e3e223836da2ecd52901d88935cb56" +checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf" dependencies = [ - "ahash 0.3.2", + "ahash 0.3.3", "autocfg 1.0.0", ] @@ -980,9 +966,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15" +checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4" dependencies = [ "libc", ] @@ -1091,7 +1077,7 @@ dependencies = [ [[package]] name = "lightbeam" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "capstone", @@ -1616,7 +1602,7 @@ dependencies = [ [[package]] name = "run-examples" -version = "0.15.0" +version = "0.16.0" dependencies = [ "cc", ] @@ -1744,9 +1730,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9" +checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd" dependencies = [ "itoa", "ryu", @@ -1767,9 +1753,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a" +checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" [[package]] name = "stable_deref_trait" @@ -1824,9 +1810,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" +checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213" dependencies = [ "proc-macro2", "quote", @@ -1883,6 +1869,16 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "terminal_size" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "termios" version = "0.3.2" @@ -1894,7 +1890,7 @@ dependencies = [ [[package]] name = "test-programs" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "cfg-if", @@ -1919,18 +1915,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012" +checksum = "d12a1dae4add0f0d568eebc7bf142f145ba1aa2544cafb195c76f0f409091b60" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd" +checksum = "3f34e0c1caaa462fd840ec6b768946ea1e7842620d94fe29d5b847138f521269" dependencies = [ "proc-macro2", "quote", @@ -2043,7 +2039,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi-common" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "cfg-if", @@ -2079,7 +2075,7 @@ dependencies = [ [[package]] name = "wasmtime" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "backtrace", @@ -2101,7 +2097,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "once_cell", @@ -2114,7 +2110,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-macros" -version = "0.15.0" +version = "0.16.0" dependencies = [ "proc-macro2", "quote", @@ -2122,7 +2118,7 @@ dependencies = [ [[package]] name = "wasmtime-cli" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "faerie", @@ -2152,7 +2148,7 @@ dependencies = [ [[package]] name = "wasmtime-debug" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "faerie", @@ -2166,7 +2162,7 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "base64 0.12.0", @@ -2211,7 +2207,7 @@ dependencies = [ [[package]] name = "wasmtime-fuzzing" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "arbitrary", @@ -2228,7 +2224,7 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "cfg-if", @@ -2253,7 +2249,7 @@ dependencies = [ [[package]] name = "wasmtime-obj" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "faerie", @@ -2263,7 +2259,7 @@ dependencies = [ [[package]] name = "wasmtime-profiling" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "cfg-if", @@ -2281,7 +2277,7 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.15.0" +version = "0.16.0" dependencies = [ "backtrace", "cc", @@ -2298,7 +2294,7 @@ dependencies = [ [[package]] name = "wasmtime-rust" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "wasmtime", @@ -2308,7 +2304,7 @@ dependencies = [ [[package]] name = "wasmtime-rust-macro" -version = "0.15.0" +version = "0.16.0" dependencies = [ "proc-macro2", "quote", @@ -2317,7 +2313,7 @@ dependencies = [ [[package]] name = "wasmtime-wasi" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "log", @@ -2330,7 +2326,7 @@ dependencies = [ [[package]] name = "wasmtime-wast" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "wasmtime", @@ -2366,7 +2362,7 @@ dependencies = [ [[package]] name = "wig" -version = "0.15.0" +version = "0.16.0" dependencies = [ "heck", "proc-macro2", @@ -2376,7 +2372,7 @@ dependencies = [ [[package]] name = "wiggle" -version = "0.15.0" +version = "0.16.0" dependencies = [ "proptest", "thiserror", @@ -2387,7 +2383,7 @@ dependencies = [ [[package]] name = "wiggle-generate" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "heck", @@ -2399,7 +2395,7 @@ dependencies = [ [[package]] name = "wiggle-macro" -version = "0.15.0" +version = "0.16.0" dependencies = [ "quote", "syn", @@ -2410,7 +2406,7 @@ dependencies = [ [[package]] name = "wiggle-test" -version = "0.15.0" +version = "0.16.0" dependencies = [ "proptest", "wiggle", @@ -2449,7 +2445,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winx" -version = "0.15.0" +version = "0.16.0" dependencies = [ "bitflags", "cvt", @@ -2471,7 +2467,7 @@ dependencies = [ [[package]] name = "yanix" -version = "0.15.0" +version = "0.16.0" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d68ed6f44fd1..7184ecd47e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-cli" -version = "0.15.0" +version = "0.16.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/api", version = "0.15.0", default-features = false } -wasmtime-debug = { path = "crates/debug", version = "0.15.0" } -wasmtime-environ = { path = "crates/environ", version = "0.15.0" } -wasmtime-jit = { path = "crates/jit", version = "0.15.0" } -wasmtime-obj = { path = "crates/obj", version = "0.15.0" } -wasmtime-wast = { path = "crates/wast", version = "0.15.0" } -wasmtime-wasi = { path = "crates/wasi", version = "0.15.0" } -wasi-common = { path = "crates/wasi-common", version = "0.15.0" } +wasmtime = { path = "crates/api", version = "0.16.0", default-features = false } +wasmtime-debug = { path = "crates/debug", version = "0.16.0" } +wasmtime-environ = { path = "crates/environ", version = "0.16.0" } +wasmtime-jit = { path = "crates/jit", version = "0.16.0" } +wasmtime-obj = { path = "crates/obj", version = "0.16.0" } +wasmtime-wast = { path = "crates/wast", version = "0.16.0" } +wasmtime-wasi = { path = "crates/wasi", version = "0.16.0" } +wasi-common = { path = "crates/wasi-common", version = "0.16.0" } structopt = { version = "0.3.5", features = ["color", "suggestions"] } faerie = "0.15.0" anyhow = "1.0.19" diff --git a/RELEASES.md b/RELEASES.md index 4d42c7922587..0bafdbf08f36 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,12 +2,29 @@ -------------------------------------------------------------------------------- -## 0.16.0 +## 0.17.0 Unreleased ### Added +### Changed + +### Fixed + +-------------------------------------------------------------------------------- + +## 0.16.0 + +Released 2020-04-29. + +### Added + +* The `Instance` struct has new accessors, `get_func`, `get_table`, + `get_memory`, and `get_global` for quickly looking up exported + functions, tables, memories, and globals by name. + [#1524](https://github.com/bytecodealliance/wasmtime/pull/1524) + * The C API has a number of new `wasmtime_*` functions which return error objects to get detailed error information when an API fails. [#1467](https://github.com/bytecodealliance/wasmtime/pull/1467) @@ -22,12 +39,21 @@ Unreleased * APIs for looking up values in a `Linker` have been added. [#1480](https://github.com/bytecodealliance/wasmtime/pull/1480) +* Preliminary support for AArch64, also known as ARM64. + [#1581](https://github.com/bytecodealliance/wasmtime/pull/1581) + [go-bindings]: https://github.com/bytecodealliance/wasmtime-go ### Changed +* `Instance::exports` now returns `Export` objects which contain + the `name`s of the exports in addition to their `Extern` definitions, + so it's no longer necessary to use `Module::exports` to obtain the + export names. + [#1524](https://github.com/bytecodealliance/wasmtime/pull/1524) + * The `Func::call` API has changed its error type from `Trap` to `anyhow::Error` - to distinguish between wasm traps and runtiem violations (like the wrong + to distinguish between wasm traps and runtime violations (like the wrong number of parameters). [#1467](https://github.com/bytecodealliance/wasmtime/pull/1467) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index 8be71a9db2f6..fef8b439cb1e 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cranelift-tools" authors = ["The Cranelift Project Developers"] -version = "0.62.0" +version = "0.63.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,20 +15,20 @@ path = "src/clif-util.rs" [dependencies] cfg-if = "0.1" -cranelift-codegen = { path = "codegen", version = "0.62.0" } -cranelift-entity = { path = "entity", version = "0.62.0" } -cranelift-reader = { path = "reader", version = "0.62.0" } -cranelift-frontend = { path = "frontend", version = "0.62.0" } -cranelift-serde = { path = "serde", version = "0.62.0", optional = true } -cranelift-wasm = { path = "wasm", version = "0.62.0", optional = true } -cranelift-native = { path = "native", version = "0.62.0" } -cranelift-filetests = { path = "filetests", version = "0.62.0" } -cranelift-module = { path = "module", version = "0.62.0" } -cranelift-faerie = { path = "faerie", version = "0.62.0" } -cranelift-object = { path = "object", version = "0.62.0" } -cranelift-simplejit = { path = "simplejit", version = "0.62.0" } -cranelift-preopt = { path = "preopt", version = "0.62.0" } -cranelift = { path = "umbrella", version = "0.62.0" } +cranelift-codegen = { path = "codegen", version = "0.63.0" } +cranelift-entity = { path = "entity", version = "0.63.0" } +cranelift-reader = { path = "reader", version = "0.63.0" } +cranelift-frontend = { path = "frontend", version = "0.63.0" } +cranelift-serde = { path = "serde", version = "0.63.0", optional = true } +cranelift-wasm = { path = "wasm", version = "0.63.0", optional = true } +cranelift-native = { path = "native", version = "0.63.0" } +cranelift-filetests = { path = "filetests", version = "0.63.0" } +cranelift-module = { path = "module", version = "0.63.0" } +cranelift-faerie = { path = "faerie", version = "0.63.0" } +cranelift-object = { path = "object", version = "0.63.0" } +cranelift-simplejit = { path = "simplejit", version = "0.63.0" } +cranelift-preopt = { path = "preopt", version = "0.63.0" } +cranelift = { path = "umbrella", version = "0.63.0" } filecheck = "0.5.0" clap = "2.32.0" serde = "1.0.8" diff --git a/cranelift/bforest/Cargo.toml b/cranelift/bforest/Cargo.toml index 0f8779a38845..75e83a829bff 100644 --- a/cranelift/bforest/Cargo.toml +++ b/cranelift/bforest/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-bforest" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.63.0", default-features = false } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/codegen/Cargo.toml b/cranelift/codegen/Cargo.toml index 9d0b9649f0d5..e6fdf0258909 100644 --- a/cranelift/codegen/Cargo.toml +++ b/cranelift/codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-codegen" -version = "0.62.0" +version = "0.63.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.62.0" } -cranelift-entity = { path = "../entity", version = "0.62.0" } -cranelift-bforest = { path = "../bforest", version = "0.62.0" } +cranelift-codegen-shared = { path = "./shared", version = "0.63.0" } +cranelift-entity = { path = "../entity", version = "0.63.0" } +cranelift-bforest = { path = "../bforest", version = "0.63.0" } hashbrown = { version = "0.7", optional = true } target-lexicon = "0.10" log = { version = "0.4.6", default-features = false } @@ -31,7 +31,7 @@ regalloc = "0.0.21" # accomodated in `tests`. [build-dependencies] -cranelift-codegen-meta = { path = "meta", version = "0.62.0" } +cranelift-codegen-meta = { path = "meta", version = "0.63.0" } [features] default = ["std", "unwind"] diff --git a/cranelift/codegen/meta/Cargo.toml b/cranelift/codegen/meta/Cargo.toml index 9c5ad8e66695..4996ea503251 100644 --- a/cranelift/codegen/meta/Cargo.toml +++ b/cranelift/codegen/meta/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cranelift-codegen-meta" authors = ["The Cranelift Project Developers"] -version = "0.62.0" +version = "0.63.0" description = "Metaprogram for cranelift-codegen code generator library" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" @@ -9,8 +9,8 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen-shared = { path = "../shared", version = "0.62.0" } -cranelift-entity = { path = "../../entity", version = "0.62.0" } +cranelift-codegen-shared = { path = "../shared", version = "0.63.0" } +cranelift-entity = { path = "../../entity", version = "0.63.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/codegen/shared/Cargo.toml b/cranelift/codegen/shared/Cargo.toml index 39c10fc123ec..9aa54f193d2c 100644 --- a/cranelift/codegen/shared/Cargo.toml +++ b/cranelift/codegen/shared/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-codegen-shared" -version = "0.62.0" +version = "0.63.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" diff --git a/cranelift/entity/Cargo.toml b/cranelift/entity/Cargo.toml index 1b7e7e5b1e35..869871b0bf70 100644 --- a/cranelift/entity/Cargo.toml +++ b/cranelift/entity/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-entity" -version = "0.62.0" +version = "0.63.0" description = "Data structures using entity references as mapping keys" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-entity" diff --git a/cranelift/faerie/Cargo.toml b/cranelift/faerie/Cargo.toml index f7390dff0cad..fb44b3a2fbd4 100644 --- a/cranelift/faerie/Cargo.toml +++ b/cranelift/faerie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-faerie" -version = "0.62.0" +version = "0.63.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.62.0" } -cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.63.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false, features = ["std"] } faerie = "0.15.0" goblin = "0.1.0" anyhow = "1.0" diff --git a/cranelift/filetests/Cargo.toml b/cranelift/filetests/Cargo.toml index 3bf3090507ae..1d4b41599387 100644 --- a/cranelift/filetests/Cargo.toml +++ b/cranelift/filetests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cranelift-filetests" authors = ["The Cranelift Project Developers"] -version = "0.62.0" +version = "0.63.0" description = "Test driver and implementations of the filetest commands" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-filetests" @@ -10,10 +10,10 @@ publish = false edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.62.0", features = ["testing_hooks"] } -cranelift-native = { path = "../native", version = "0.62.0" } -cranelift-reader = { path = "../reader", version = "0.62.0" } -cranelift-preopt = { path = "../preopt", version = "0.62.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", features = ["testing_hooks"] } +cranelift-native = { path = "../native", version = "0.63.0" } +cranelift-reader = { path = "../reader", version = "0.63.0" } +cranelift-preopt = { path = "../preopt", version = "0.63.0" } file-per-thread-logger = "0.1.2" filecheck = "0.5.0" gimli = { version = "0.20.0", default-features = false, features = ["read"] } diff --git a/cranelift/frontend/Cargo.toml b/cranelift/frontend/Cargo.toml index 2c49b59506a5..6fbfcb01e8bc 100644 --- a/cranelift/frontend/Cargo.toml +++ b/cranelift/frontend/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-frontend" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } target-lexicon = "0.10" log = { version = "0.4.6", default-features = false } hashbrown = { version = "0.7", optional = true } diff --git a/cranelift/module/Cargo.toml b/cranelift/module/Cargo.toml index f67a3fe25586..5d6ce3926958 100644 --- a/cranelift/module/Cargo.toml +++ b/cranelift/module/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-module" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.62.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.63.0" } hashbrown = { version = "0.6", optional = true } log = { version = "0.4.6", default-features = false } thiserror = "1.0.4" diff --git a/cranelift/native/Cargo.toml b/cranelift/native/Cargo.toml index ab1810425074..f56a462fd456 100644 --- a/cranelift/native/Cargo.toml +++ b/cranelift/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-native" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } target-lexicon = "0.10" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] diff --git a/cranelift/object/Cargo.toml b/cranelift/object/Cargo.toml index ad24e760191f..4a2f7406dfe8 100644 --- a/cranelift/object/Cargo.toml +++ b/cranelift/object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-object" -version = "0.62.0" +version = "0.63.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.62.0" } -cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.63.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false, features = ["std"] } object = { version = "0.18", default-features = false, features = ["write"] } target-lexicon = "0.10" diff --git a/cranelift/preopt/Cargo.toml b/cranelift/preopt/Cargo.toml index 414a1685d5d0..42065e8439cd 100644 --- a/cranelift/preopt/Cargo.toml +++ b/cranelift/preopt/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-preopt" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.62.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.63.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 } diff --git a/cranelift/reader/Cargo.toml b/cranelift/reader/Cargo.toml index 0b4d6c77467b..b6185644c059 100644 --- a/cranelift/reader/Cargo.toml +++ b/cranelift/reader/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift-reader" -version = "0.62.0" +version = "0.63.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.62.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0" } target-lexicon = "0.10" [badges] diff --git a/cranelift/serde/Cargo.toml b/cranelift/serde/Cargo.toml index 3808a29b6797..bd3e9eab9b18 100644 --- a/cranelift/serde/Cargo.toml +++ b/cranelift/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-serde" -version = "0.62.0" +version = "0.63.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.62.0" } -cranelift-reader = { path = "../reader", version = "0.62.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0" } +cranelift-reader = { path = "../reader", version = "0.63.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/simplejit/Cargo.toml b/cranelift/simplejit/Cargo.toml index ef8b8e7d3da1..19ca20fb8c8e 100644 --- a/cranelift/simplejit/Cargo.toml +++ b/cranelift/simplejit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-simplejit" -version = "0.62.0" +version = "0.63.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.62.0" } -cranelift-native = { path = "../native", version = "0.62.0" } -cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.63.0" } +cranelift-native = { path = "../native", version = "0.63.0" } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false, features = ["std"] } region = "2.0.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.62.0" } -cranelift-frontend = { path = "../frontend", version = "0.62.0" } -cranelift-entity = { path = "../entity", version = "0.62.0" } +cranelift = { path = "../umbrella", version = "0.63.0" } +cranelift-frontend = { path = "../frontend", version = "0.63.0" } +cranelift-entity = { path = "../entity", version = "0.63.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/umbrella/Cargo.toml b/cranelift/umbrella/Cargo.toml index 68115980d96d..dfb84c384c74 100644 --- a/cranelift/umbrella/Cargo.toml +++ b/cranelift/umbrella/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Cranelift Project Developers"] name = "cranelift" -version = "0.62.0" +version = "0.63.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.62.0", default-features = false } -cranelift-frontend = { path = "../frontend", version = "0.62.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } +cranelift-frontend = { path = "../frontend", version = "0.63.0", default-features = false } [features] default = ["std"] diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index ae1a478e5ee3..b66504052efb 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-wasm" -version = "0.62.0" +version = "0.63.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.51.0", default-features = false } -cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.62.0" } -cranelift-frontend = { path = "../frontend", version = "0.62.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.63.0" } +cranelift-frontend = { path = "../frontend", version = "0.63.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.9" target-lexicon = "0.10" # Enable the riscv feature for cranelift-codegen, as some tests require it -cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false, features = ["riscv"] } +cranelift-codegen = { path = "../codegen", version = "0.63.0", default-features = false, features = ["riscv"] } [features] default = ["std"] diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 14e6783ff1fe..f9fc77a58960 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime" -version = "0.15.0" +version = "0.16.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.15.0" } -wasmtime-environ = { path = "../environ", version = "0.15.0" } -wasmtime-jit = { path = "../jit", version = "0.15.0" } -wasmtime-profiling = { path = "../profiling", version = "0.15.0" } +wasmtime-runtime = { path = "../runtime", version = "0.16.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } +wasmtime-jit = { path = "../jit", version = "0.16.0" } +wasmtime-profiling = { path = "../profiling", version = "0.16.0" } wasmparser = "0.51.2" target-lexicon = { version = "0.10.0", default-features = false } anyhow = "1.0.19" diff --git a/crates/c-api/Cargo.toml b/crates/c-api/Cargo.toml index 4c953ab30730..f87c150b0a6b 100644 --- a/crates/c-api/Cargo.toml +++ b/crates/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-c-api" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] description = "C API to expose the Wasmtime runtime" license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/c-api/macros/Cargo.toml b/crates/c-api/macros/Cargo.toml index d9e4280989a5..5e2b36f02477 100644 --- a/crates/c-api/macros/Cargo.toml +++ b/crates/c-api/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-c-api-macros" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] edition = "2018" publish = false diff --git a/crates/debug/Cargo.toml b/crates/debug/Cargo.toml index a91e6e104e5f..b14dcd3cb534 100644 --- a/crates/debug/Cargo.toml +++ b/crates/debug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-debug" -version = "0.15.0" +version = "0.16.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.20.0" wasmparser = "0.51.2" faerie = "0.15.0" -wasmtime-environ = { path = "../environ", version = "0.15.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } target-lexicon = { version = "0.10.0", default-features = false } anyhow = "1.0" thiserror = "1.0.4" diff --git a/crates/environ/Cargo.toml b/crates/environ/Cargo.toml index 05b684cf18cc..c766915bf19d 100644 --- a/crates/environ/Cargo.toml +++ b/crates/environ/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-environ" -version = "0.15.0" +version = "0.16.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.62.0", features = ["enable-serde"] } -cranelift-entity = { path = "../../cranelift/entity", version = "0.62.0", features = ["enable-serde"] } -cranelift-wasm = { path = "../../cranelift/wasm", version = "0.62.0", features = ["enable-serde"] } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.63.0", features = ["enable-serde"] } +cranelift-entity = { path = "../../cranelift/entity", version = "0.63.0", features = ["enable-serde"] } +cranelift-wasm = { path = "../../cranelift/wasm", version = "0.63.0", features = ["enable-serde"] } wasmparser = "0.51.2" -lightbeam = { path = "../lightbeam", optional = true, version = "0.15.0" } +lightbeam = { path = "../lightbeam", optional = true, version = "0.16.0" } indexmap = "1.0.2" rayon = "1.2.1" thiserror = "1.0.4" diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 05119d2288ec..7042c301b790 100644 --- a/crates/fuzzing/Cargo.toml +++ b/crates/fuzzing/Cargo.toml @@ -4,7 +4,7 @@ description = "Fuzzing infrastructure for Wasmtime" edition = "2018" name = "wasmtime-fuzzing" publish = false -version = "0.15.0" +version = "0.16.0" [dependencies] anyhow = "1.0.22" diff --git a/crates/jit/Cargo.toml b/crates/jit/Cargo.toml index 7b6c9b9f9d7c..07683d488065 100644 --- a/crates/jit/Cargo.toml +++ b/crates/jit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-jit" -version = "0.15.0" +version = "0.16.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.62.0", features = ["enable-serde"] } -cranelift-entity = { path = "../../cranelift/entity", version = "0.62.0", features = ["enable-serde"] } -cranelift-wasm = { path = "../../cranelift/wasm", version = "0.62.0", features = ["enable-serde"] } -cranelift-native = { path = "../../cranelift/native", version = "0.62.0" } -cranelift-frontend = { path = "../../cranelift/frontend", version = "0.62.0" } -wasmtime-environ = { path = "../environ", version = "0.15.0" } -wasmtime-runtime = { path = "../runtime", version = "0.15.0" } -wasmtime-debug = { path = "../debug", version = "0.15.0" } -wasmtime-profiling = { path = "../profiling", version = "0.15.0" } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.63.0", features = ["enable-serde"] } +cranelift-entity = { path = "../../cranelift/entity", version = "0.63.0", features = ["enable-serde"] } +cranelift-wasm = { path = "../../cranelift/wasm", version = "0.63.0", features = ["enable-serde"] } +cranelift-native = { path = "../../cranelift/native", version = "0.63.0" } +cranelift-frontend = { path = "../../cranelift/frontend", version = "0.63.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } +wasmtime-runtime = { path = "../runtime", version = "0.16.0" } +wasmtime-debug = { path = "../debug", version = "0.16.0" } +wasmtime-profiling = { path = "../profiling", version = "0.16.0" } region = "2.0.0" thiserror = "1.0.4" target-lexicon = { version = "0.10.0", default-features = false } diff --git a/crates/lightbeam/Cargo.toml b/crates/lightbeam/Cargo.toml index c9939e5917bb..d73e1d216aac 100644 --- a/crates/lightbeam/Cargo.toml +++ b/crates/lightbeam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightbeam" -version = "0.15.0" +version = "0.16.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.62.0" } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.63.0" } derive_more = "0.99" dynasm = "0.5.2" dynasmrt = "0.5.2" diff --git a/crates/misc/run-examples/Cargo.toml b/crates/misc/run-examples/Cargo.toml index 8b45b66a6f66..fec5596d4372 100644 --- a/crates/misc/run-examples/Cargo.toml +++ b/crates/misc/run-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "run-examples" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] edition = "2018" publish = false diff --git a/crates/misc/rust/Cargo.toml b/crates/misc/rust/Cargo.toml index c05e85e3027c..875ac99b253a 100644 --- a/crates/misc/rust/Cargo.toml +++ b/crates/misc/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-rust" -version = "0.15.0" +version = "0.16.0" authors = ["Alex Crichton "] 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.15.0" } -wasmtime-wasi = { path = "../../wasi", version = "0.15.0" } -wasmtime = { path = "../../api", version = "0.15.0" } +wasmtime-rust-macro = { path = "./macro", version = "0.16.0" } +wasmtime-wasi = { path = "../../wasi", version = "0.16.0" } +wasmtime = { path = "../../api", version = "0.16.0" } anyhow = "1.0.19" [badges] diff --git a/crates/misc/rust/macro/Cargo.toml b/crates/misc/rust/macro/Cargo.toml index 3e291fb2906f..4b4bc0dfe00a 100644 --- a/crates/misc/rust/macro/Cargo.toml +++ b/crates/misc/rust/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-rust-macro" -version = "0.15.0" +version = "0.16.0" authors = ["Alex Crichton "] description = "Macro support crate for wasmtime-rust" license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/obj/Cargo.toml b/crates/obj/Cargo.toml index 5acf8887970f..d0d76751e9c9 100644 --- a/crates/obj/Cargo.toml +++ b/crates/obj/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-obj" -version = "0.15.0" +version = "0.16.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.15.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } faerie = "0.15.0" more-asserts = "0.2.1" diff --git a/crates/profiling/Cargo.toml b/crates/profiling/Cargo.toml index afc28862b789..c22bc265994b 100644 --- a/crates/profiling/Cargo.toml +++ b/crates/profiling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-profiling" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" 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 } serde = { version = "1.0.99", features = ["derive"] } target-lexicon = "0.10.0" -wasmtime-environ = { path = "../environ", version = "0.15.0" } -wasmtime-runtime = { path = "../runtime", version = "0.15.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } +wasmtime-runtime = { path = "../runtime", version = "0.16.0" } ittapi-rs = { version = "0.1.5", optional = true } [badges] diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 679503051fba..50c63b2d934e 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-runtime" -version = "0.15.0" +version = "0.16.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.15.0" } +wasmtime-environ = { path = "../environ", version = "0.16.0" } region = "2.0.0" libc = { version = "0.2.60", default-features = false } memoffset = "0.5.3" diff --git a/crates/test-programs/Cargo.toml b/crates/test-programs/Cargo.toml index a44a70f9bbdb..a421896202d1 100644 --- a/crates/test-programs/Cargo.toml +++ b/crates/test-programs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-programs" -version = "0.15.0" +version = "0.16.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.15.0" } -wasmtime-wasi = { path = "../wasi", version = "0.15.0" } -wasmtime = { path = "../api", version = "0.15.0" } +wasi-common = { path = "../wasi-common", version = "0.16.0" } +wasmtime-wasi = { path = "../wasi", version = "0.16.0" } +wasmtime = { path = "../api", version = "0.16.0" } target-lexicon = "0.10.0" pretty_env_logger = "0.4.0" tempfile = "3.1.0" diff --git a/crates/test-programs/wasi-tests/Cargo.lock b/crates/test-programs/wasi-tests/Cargo.lock index 087e2708ca21..d758854209dc 100644 --- a/crates/test-programs/wasi-tests/Cargo.lock +++ b/crates/test-programs/wasi-tests/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "libc" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -17,14 +17,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasi-tests" -version = "0.15.0" +version = "0.16.0" dependencies = [ - "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] -"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" +"checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" "checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" diff --git a/crates/test-programs/wasi-tests/Cargo.toml b/crates/test-programs/wasi-tests/Cargo.toml index 96be84d26a9c..bdb905c85e51 100644 --- a/crates/test-programs/wasi-tests/Cargo.toml +++ b/crates/test-programs/wasi-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-tests" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] readme = "README.md" edition = "2018" diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index 6ba6f92269bd..18e87aa3b068 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-common" -version = "0.15.0" +version = "0.16.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_15_*` for crates that have build scripts and depend +# vars like `DEP_WASI_COMMON_16_*` for crates that have build scripts and depend # on this crate, allowing other crates to use the same witx files. -links = "wasi-common-15" +links = "wasi-common-16" [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.15.0" } -wiggle = { path = "../wiggle", default-features = false, version = "0.15.0" } +wig = { path = "wig", version = "0.16.0" } +wiggle = { path = "../wiggle", default-features = false, version = "0.16.0" } [target.'cfg(unix)'.dependencies] -yanix = { path = "yanix", version = "0.15.0" } +yanix = { path = "yanix", version = "0.16.0" } [target.'cfg(windows)'.dependencies] -winx = { path = "winx", version = "0.15.0" } +winx = { path = "winx", version = "0.16.0" } winapi = "0.3" cpu-time = "1.0" diff --git a/crates/wasi-common/wig/Cargo.toml b/crates/wasi-common/wig/Cargo.toml index 3159d4ed57bb..fe7c4965f1c1 100644 --- a/crates/wasi-common/wig/Cargo.toml +++ b/crates/wasi-common/wig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wig" -version = "0.15.0" +version = "0.16.0" authors = ["Dan Gohman "] description = "WebAssembly Interface Generator" license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wasi-common/winx/Cargo.toml b/crates/wasi-common/winx/Cargo.toml index 7fb4d511f028..a1f4d18577d9 100644 --- a/crates/wasi-common/winx/Cargo.toml +++ b/crates/wasi-common/winx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winx" -version = "0.15.0" +version = "0.16.0" authors = ["Jakub Konka "] description = "Windows API helper library" documentation = "https://docs.rs/winx" diff --git a/crates/wasi-common/yanix/Cargo.toml b/crates/wasi-common/yanix/Cargo.toml index db27f1112782..ed9c5d26e735 100644 --- a/crates/wasi-common/yanix/Cargo.toml +++ b/crates/wasi-common/yanix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yanix" -version = "0.15.0" +version = "0.16.0" authors = ["The Wasmtime Project Developers"] description = "Yet Another Nix crate: a Unix API helper library" documentation = "https://docs.rs/yanix" diff --git a/crates/wasi/Cargo.toml b/crates/wasi/Cargo.toml index 2bd165642efd..ab84856a40e8 100644 --- a/crates/wasi/Cargo.toml +++ b/crates/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-wasi" -version = "0.15.0" +version = "0.16.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.15.0" } -wasmtime = { path = "../api", version = "0.15.0", default-features = false } -wasmtime-runtime = { path = "../runtime", version = "0.15.0" } -wig = { path = "../wasi-common/wig", version = "0.15.0" } -wiggle = { path = "../wiggle", version = "0.15.0" } +wasi-common = { path = "../wasi-common", version = "0.16.0" } +wasmtime = { path = "../api", version = "0.16.0", default-features = false } +wasmtime-runtime = { path = "../runtime", version = "0.16.0" } +wig = { path = "../wasi-common/wig", version = "0.16.0" } +wiggle = { path = "../wiggle", version = "0.16.0" } [badges] maintenance = { status = "actively-developed" } diff --git a/crates/wasi/build.rs b/crates/wasi/build.rs index 0a56c630e646..1458bef1b5ee 100644 --- a/crates/wasi/build.rs +++ b/crates/wasi/build.rs @@ -1,4 +1,4 @@ fn main() { - let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap(); + let wasi_root = std::env::var("DEP_WASI_COMMON_16_WASI").unwrap(); println!("cargo:rustc-env=WASI_ROOT={}", wasi_root); } diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index af8425716e09..c3c816080bc1 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-wast" -version = "0.15.0" +version = "0.16.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 = "../api", version = "0.15.0", default-features = false } +wasmtime = { path = "../api", version = "0.16.0", default-features = false } wast = "14.0.0" [badges] diff --git a/crates/wiggle/Cargo.toml b/crates/wiggle/Cargo.toml index 3fb600dea692..1da64108c025 100644 --- a/crates/wiggle/Cargo.toml +++ b/crates/wiggle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle" -version = "0.15.0" +version = "0.16.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] 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.15.0" } +wiggle-macro = { path = "macro", version = "0.16.0" } [badges] maintenance = { status = "actively-developed" } diff --git a/crates/wiggle/generate/Cargo.toml b/crates/wiggle/generate/Cargo.toml index bb95ad120b9e..2c06c04746c4 100644 --- a/crates/wiggle/generate/Cargo.toml +++ b/crates/wiggle/generate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle-generate" -version = "0.15.0" +version = "0.16.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] license = "Apache-2.0 WITH LLVM-exception" edition = "2018" diff --git a/crates/wiggle/macro/Cargo.toml b/crates/wiggle/macro/Cargo.toml index 3de462cdf0ce..ca28d0730b63 100644 --- a/crates/wiggle/macro/Cargo.toml +++ b/crates/wiggle/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle-macro" -version = "0.15.0" +version = "0.16.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] 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.15.0" } +wiggle-generate = { path = "../generate", version = "0.16.0" } witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5" } quote = "1.0" syn = { version = "1.0", features = ["full"] } diff --git a/crates/wiggle/test-helpers/Cargo.toml b/crates/wiggle/test-helpers/Cargo.toml index 66d7399db2a6..3d9f80f638c4 100644 --- a/crates/wiggle/test-helpers/Cargo.toml +++ b/crates/wiggle/test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle-test" -version = "0.15.0" +version = "0.16.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] license = "Apache-2.0 WITH LLVM-exception" edition = "2018" diff --git a/scripts/bump-cranelift-version.sh b/scripts/bump-cranelift-version.sh index 3b1a36ccd1bd..88d1839cfb88 100755 --- a/scripts/bump-cranelift-version.sh +++ b/scripts/bump-cranelift-version.sh @@ -9,7 +9,7 @@ topdir=$(dirname "$0")/.. cd "$topdir" # All the cranelift-* crates have the same version number -version="0.62.0" +version="0.63.0" # Update all of the Cargo.toml files. echo "Updating crate versions to $version" diff --git a/scripts/bump-wasmtime-version.sh b/scripts/bump-wasmtime-version.sh index 444ca8053515..da1c8fa9df13 100755 --- a/scripts/bump-wasmtime-version.sh +++ b/scripts/bump-wasmtime-version.sh @@ -9,7 +9,7 @@ topdir=$(dirname "$0")/.. cd "$topdir" # All the wasmtime-* crates have the same version number -short_version="15" +short_version="16" version="0.$short_version.0" # Update the version numbers of the crates to $version. Skip crates with