diff --git a/Cargo.lock b/Cargo.lock index a41b6bf60a..779e619d54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,14 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +[[package]] +name = "addr2line" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543" +dependencies = [ + "gimli", +] + [[package]] name = "ahash" version = "0.2.18" @@ -11,9 +20,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.3.5" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3e0bf23f51883cce372d5d5892211236856e4bb37fb942e1eb135ee0f146e3" +checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" [[package]] name = "aho-corasick" @@ -85,26 +94,17 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "backtrace" -version = "0.3.46" +version = "0.3.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e" +checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130" dependencies = [ - "backtrace-sys", + "addr2line", "cfg-if", "libc", + "object 0.19.0", "rustc-demangle", ] -[[package]] -name = "backtrace-sys" -version = "0.1.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "base64" version = "0.11.0" @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "cranelift" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "cranelift-frontend", @@ -359,14 +359,14 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.64.0" +version = "0.65.0" dependencies = [ "bincode", "byteorder", @@ -388,7 +388,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -396,18 +396,18 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.64.0" +version = "0.65.0" [[package]] name = "cranelift-entity" -version = "0.64.0" +version = "0.65.0" dependencies = [ "serde", ] [[package]] name = "cranelift-faerie" -version = "0.64.0" +version = "0.65.0" dependencies = [ "anyhow", "cranelift-codegen", @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "cranelift-filetests" -version = "0.64.0" +version = "0.65.0" dependencies = [ "byteorder", "cranelift-codegen", @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "cranelift-frontend" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "hashbrown 0.7.2", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "cranelift-interpreter" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "cranelift-module" -version = "0.64.0" +version = "0.65.0" dependencies = [ "anyhow", "cranelift-codegen", @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "raw-cpuid", @@ -488,17 +488,17 @@ dependencies = [ [[package]] name = "cranelift-object" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "cranelift-module", - "object", + "object 0.18.0", "target-lexicon", ] [[package]] name = "cranelift-preopt" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "cranelift-reader" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "smallvec", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "cranelift-serde" -version = "0.64.0" +version = "0.65.0" dependencies = [ "clap", "cranelift-codegen", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift", "cranelift-codegen", @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "cranelift-tools" -version = "0.64.0" +version = "0.65.0" dependencies = [ "capstone", "cfg-if", @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.64.0" +version = "0.65.0" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -730,11 +730,10 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" +checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" dependencies = [ - "cfg-if", "libc", "redox_users", "winapi", @@ -966,7 +965,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf" dependencies = [ - "ahash 0.3.5", + "ahash 0.3.8", "autocfg 1.0.0", ] @@ -1101,7 +1100,7 @@ dependencies = [ [[package]] name = "lightbeam" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "capstone", @@ -1233,6 +1232,12 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "object" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2" + [[package]] name = "once_cell" version = "1.4.0" @@ -1266,7 +1271,7 @@ dependencies = [ [[package]] name = "peepmatic" -version = "0.64.0" +version = "0.65.0" dependencies = [ "anyhow", "peepmatic-automata", @@ -1278,14 +1283,14 @@ dependencies = [ [[package]] name = "peepmatic-automata" -version = "0.1.0" +version = "0.2.0" dependencies = [ "serde", ] [[package]] name = "peepmatic-fuzzing" -version = "0.1.0" +version = "0.2.0" dependencies = [ "arbitrary", "bincode", @@ -1303,7 +1308,7 @@ dependencies = [ [[package]] name = "peepmatic-macro" -version = "0.1.0" +version = "0.2.0" dependencies = [ "proc-macro2", "quote", @@ -1312,7 +1317,7 @@ dependencies = [ [[package]] name = "peepmatic-runtime" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bincode", "bumpalo", @@ -1326,7 +1331,7 @@ dependencies = [ [[package]] name = "peepmatic-test" -version = "0.1.0" +version = "0.2.0" dependencies = [ "env_logger", "log", @@ -1437,9 +1442,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea" +checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" dependencies = [ "proc-macro2", ] @@ -1725,7 +1730,7 @@ dependencies = [ [[package]] name = "run-examples" -version = "0.17.0" +version = "0.18.0" dependencies = [ "cc", ] @@ -2022,7 +2027,7 @@ dependencies = [ [[package]] name = "test-programs" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cfg-if", @@ -2254,7 +2259,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi-common" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cfg-if", @@ -2296,7 +2301,7 @@ dependencies = [ [[package]] name = "wasmtime" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "backtrace", @@ -2319,7 +2324,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "env_logger", @@ -2333,7 +2338,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-macros" -version = "0.17.0" +version = "0.18.0" dependencies = [ "proc-macro2", "quote", @@ -2341,7 +2346,7 @@ dependencies = [ [[package]] name = "wasmtime-cli" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "env_logger", @@ -2350,7 +2355,7 @@ dependencies = [ "humantime", "libc", "more-asserts", - "object", + "object 0.18.0", "pretty_env_logger", "rayon", "structopt", @@ -2372,12 +2377,12 @@ dependencies = [ [[package]] name = "wasmtime-debug" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "gimli", "more-asserts", - "object", + "object 0.18.0", "target-lexicon", "thiserror", "wasmparser 0.57.0", @@ -2386,7 +2391,7 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "base64 0.12.1", @@ -2432,7 +2437,7 @@ dependencies = [ [[package]] name = "wasmtime-fuzzing" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "arbitrary", @@ -2449,7 +2454,7 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cfg-if", @@ -2474,17 +2479,17 @@ dependencies = [ [[package]] name = "wasmtime-obj" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "more-asserts", - "object", + "object 0.18.0", "wasmtime-environ", ] [[package]] name = "wasmtime-profiling" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cfg-if", @@ -2492,7 +2497,7 @@ dependencies = [ "ittapi-rs", "lazy_static", "libc", - "object", + "object 0.18.0", "scroll", "serde", "target-lexicon", @@ -2502,7 +2507,7 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.17.0" +version = "0.18.0" dependencies = [ "backtrace", "cc", @@ -2520,7 +2525,7 @@ dependencies = [ [[package]] name = "wasmtime-rust" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "wasmtime", @@ -2530,7 +2535,7 @@ dependencies = [ [[package]] name = "wasmtime-rust-macro" -version = "0.17.0" +version = "0.18.0" dependencies = [ "proc-macro2", "quote", @@ -2539,7 +2544,7 @@ dependencies = [ [[package]] name = "wasmtime-wasi" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "log", @@ -2552,7 +2557,7 @@ dependencies = [ [[package]] name = "wasmtime-wast" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "wasmtime", @@ -2587,17 +2592,26 @@ dependencies = [ ] [[package]] -name = "wat" -version = "1.0.18" +name = "wast" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b50f9e5e5c81e6fd987ae6997a9f4bbb751df2dec1d8cadb0b5778f1ec13bbe" +checksum = "01b1f23531740a81f9300bd2febd397a95c76bfa4aa4bfaf4ca8b1ee3438f337" dependencies = [ - "wast 17.0.0", + "leb128", +] + +[[package]] +name = "wat" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4006d418d59293172aebfeeadb7673459dc151874a79135946ea7996b6a98515" +dependencies = [ + "wast 18.0.0", ] [[package]] name = "wig" -version = "0.17.0" +version = "0.18.0" dependencies = [ "heck", "proc-macro2", @@ -2607,7 +2621,7 @@ dependencies = [ [[package]] name = "wiggle" -version = "0.17.0" +version = "0.18.0" dependencies = [ "proptest", "thiserror", @@ -2619,7 +2633,7 @@ dependencies = [ [[package]] name = "wiggle-generate" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "heck", @@ -2631,7 +2645,7 @@ dependencies = [ [[package]] name = "wiggle-macro" -version = "0.17.0" +version = "0.18.0" dependencies = [ "quote", "syn", @@ -2642,7 +2656,7 @@ dependencies = [ [[package]] name = "wiggle-test" -version = "0.17.0" +version = "0.18.0" dependencies = [ "env_logger", "proptest", @@ -2685,7 +2699,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winx" -version = "0.17.0" +version = "0.18.0" dependencies = [ "bitflags", "cvt", @@ -2707,7 +2721,7 @@ dependencies = [ [[package]] name = "yanix" -version = "0.17.0" +version = "0.18.0" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index e419dd4250..e12414a8a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-cli" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Command-line interface for Wasmtime" license = "Apache-2.0 WITH LLVM-exception" @@ -22,14 +22,14 @@ doc = false [dependencies] # Enable all supported architectures by default. -wasmtime = { path = "crates/wasmtime", version = "0.17.0", default-features = false } -wasmtime-debug = { path = "crates/debug", version = "0.17.0" } -wasmtime-environ = { path = "crates/environ", version = "0.17.0" } -wasmtime-jit = { path = "crates/jit", version = "0.17.0" } -wasmtime-obj = { path = "crates/obj", version = "0.17.0" } -wasmtime-wast = { path = "crates/wast", version = "0.17.0" } -wasmtime-wasi = { path = "crates/wasi", version = "0.17.0" } -wasi-common = { path = "crates/wasi-common", version = "0.17.0" } +wasmtime = { path = "crates/wasmtime", version = "0.18.0", default-features = false } +wasmtime-debug = { path = "crates/debug", version = "0.18.0" } +wasmtime-environ = { path = "crates/environ", version = "0.18.0" } +wasmtime-jit = { path = "crates/jit", version = "0.18.0" } +wasmtime-obj = { path = "crates/obj", version = "0.18.0" } +wasmtime-wast = { path = "crates/wast", version = "0.18.0" } +wasmtime-wasi = { path = "crates/wasi", version = "0.18.0" } +wasi-common = { path = "crates/wasi-common", version = "0.18.0" } structopt = { version = "0.3.5", features = ["color", "suggestions"] } object = { version = "0.18", default-features = false, features = ["write"] } anyhow = "1.0.19" diff --git a/RELEASES.md b/RELEASES.md index 6f3aa9d448..a33a7fbdf6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,7 +2,7 @@ -------------------------------------------------------------------------------- -## 0.18.0 +## 0.19.0 Unreleased. @@ -14,6 +14,18 @@ Unreleased. -------------------------------------------------------------------------------- +## 0.18.0 + +Release 2020-06-09. + +### Added + +The `WasmTy` trait is now implemented for `u32` and `u64`. + + [#1808](https://github.com/bytecodealliance/wasmtime/pull/1808) + +-------------------------------------------------------------------------------- + ## 0.17.0 Released 2020-06-01. diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index dbfabab375..e55d240773 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cranelift-tools" authors = ["The Cranelift Project Developers"] -version = "0.64.0" +version = "0.65.0" description = "Binaries for testing the Cranelift libraries" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/docs/index.md" @@ -15,21 +15,21 @@ path = "src/clif-util.rs" [dependencies] cfg-if = "0.1" -cranelift-codegen = { path = "codegen", version = "0.64.0" } -cranelift-entity = { path = "entity", version = "0.64.0" } -cranelift-interpreter = { path = "interpreter", version = "0.64.0" } -cranelift-reader = { path = "reader", version = "0.64.0" } -cranelift-frontend = { path = "frontend", version = "0.64.0" } -cranelift-serde = { path = "serde", version = "0.64.0", optional = true } -cranelift-wasm = { path = "wasm", version = "0.64.0", optional = true } -cranelift-native = { path = "native", version = "0.64.0" } -cranelift-filetests = { path = "filetests", version = "0.64.0" } -cranelift-module = { path = "module", version = "0.64.0" } -cranelift-faerie = { path = "faerie", version = "0.64.0" } -cranelift-object = { path = "object", version = "0.64.0" } -cranelift-simplejit = { path = "simplejit", version = "0.64.0" } -cranelift-preopt = { path = "preopt", version = "0.64.0" } -cranelift = { path = "umbrella", version = "0.64.0" } +cranelift-codegen = { path = "codegen", version = "0.65.0" } +cranelift-entity = { path = "entity", version = "0.65.0" } +cranelift-interpreter = { path = "interpreter", version = "0.65.0" } +cranelift-reader = { path = "reader", version = "0.65.0" } +cranelift-frontend = { path = "frontend", version = "0.65.0" } +cranelift-serde = { path = "serde", version = "0.65.0", optional = true } +cranelift-wasm = { path = "wasm", version = "0.65.0", optional = true } +cranelift-native = { path = "native", version = "0.65.0" } +cranelift-filetests = { path = "filetests", version = "0.65.0" } +cranelift-module = { path = "module", version = "0.65.0" } +cranelift-faerie = { path = "faerie", version = "0.65.0" } +cranelift-object = { path = "object", version = "0.65.0" } +cranelift-simplejit = { path = "simplejit", version = "0.65.0" } +cranelift-preopt = { path = "preopt", version = "0.65.0" } +cranelift = { path = "umbrella", version = "0.65.0" } filecheck = "0.5.0" clap = "2.32.0" log = "0.4.8" diff --git a/cranelift/bforest/Cargo.toml b/cranelift/bforest/Cargo.toml index bfba4d8b63..c82cf7d6dc 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.64.0" +version = "0.65.0" description = "A forest of B+-trees" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-bforest" @@ -12,7 +12,7 @@ keywords = ["btree", "forest", "set", "map"] edition = "2018" [dependencies] -cranelift-entity = { path = "../entity", version = "0.64.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.65.0", default-features = false } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/codegen/Cargo.toml b/cranelift/codegen/Cargo.toml index e2cce0f85f..578acf0e19 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.64.0" +version = "0.65.0" description = "Low-level code generator library" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-codegen" @@ -13,9 +13,9 @@ build = "build.rs" edition = "2018" [dependencies] -cranelift-codegen-shared = { path = "./shared", version = "0.64.0" } -cranelift-entity = { path = "../entity", version = "0.64.0" } -cranelift-bforest = { path = "../bforest", version = "0.64.0" } +cranelift-codegen-shared = { path = "./shared", version = "0.65.0" } +cranelift-entity = { path = "../entity", version = "0.65.0" } +cranelift-bforest = { path = "../bforest", version = "0.65.0" } hashbrown = { version = "0.7", optional = true } target-lexicon = "0.10" log = { version = "0.4.6", default-features = false } @@ -25,7 +25,7 @@ gimli = { version = "0.21.0", default-features = false, features = ["write"], op smallvec = { version = "1.0.0" } thiserror = "1.0.4" byteorder = { version = "1.3.2", default-features = false } -peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.1.0" } +peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.2.0" } regalloc = "0.0.26" # It is a goal of the cranelift-codegen crate to have minimal external dependencies. # Please don't add any unless they are essential to the task of creating binary @@ -33,8 +33,8 @@ regalloc = "0.0.26" # accomodated in `tests`. [build-dependencies] -cranelift-codegen-meta = { path = "meta", version = "0.64.0" } -peepmatic = { path = "../peepmatic", optional = true, version = "0.64.0" } +cranelift-codegen-meta = { path = "meta", version = "0.65.0" } +peepmatic = { path = "../peepmatic", optional = true, version = "0.65.0" } [features] default = ["std", "unwind"] diff --git a/cranelift/codegen/meta/Cargo.toml b/cranelift/codegen/meta/Cargo.toml index 9dd35dade9..82a56334c0 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.64.0" +version = "0.65.0" description = "Metaprogram for cranelift-codegen code generator library" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" @@ -12,8 +12,8 @@ edition = "2018" rustdoc-args = [ "--document-private-items" ] [dependencies] -cranelift-codegen-shared = { path = "../shared", version = "0.64.0" } -cranelift-entity = { path = "../../entity", version = "0.64.0" } +cranelift-codegen-shared = { path = "../shared", version = "0.65.0" } +cranelift-entity = { path = "../../entity", version = "0.65.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/codegen/shared/Cargo.toml b/cranelift/codegen/shared/Cargo.toml index 316e36e33f..a4506135bd 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.64.0" +version = "0.65.0" description = "For code shared between cranelift-codegen-meta and cranelift-codegen" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" diff --git a/cranelift/entity/Cargo.toml b/cranelift/entity/Cargo.toml index 8efe377586..bea9881613 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.64.0" +version = "0.65.0" description = "Data structures using entity references as mapping keys" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-entity" diff --git a/cranelift/faerie/Cargo.toml b/cranelift/faerie/Cargo.toml index b6ad39383e..131a30becb 100644 --- a/cranelift/faerie/Cargo.toml +++ b/cranelift/faerie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-faerie" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Emit Cranelift output to native object files with Faerie" repository = "https://github.com/bytecodealliance/wasmtime" @@ -10,8 +10,8 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-module = { path = "../module", version = "0.64.0" } -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.65.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] } faerie = "0.15.0" goblin = "0.1.0" anyhow = "1.0" diff --git a/cranelift/filetests/Cargo.toml b/cranelift/filetests/Cargo.toml index 974c8fbee0..e7fd2c3bc1 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.64.0" +version = "0.65.0" description = "Test driver and implementations of the filetest commands" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-filetests" @@ -10,12 +10,12 @@ publish = false edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", features = ["testing_hooks"] } -cranelift-frontend = { path = "../frontend", version = "0.64.0" } -cranelift-interpreter = { path = "../interpreter", version = "0.64.0" } -cranelift-native = { path = "../native", version = "0.64.0" } -cranelift-reader = { path = "../reader", version = "0.64.0" } -cranelift-preopt = { path = "../preopt", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", features = ["testing_hooks"] } +cranelift-frontend = { path = "../frontend", version = "0.65.0" } +cranelift-interpreter = { path = "../interpreter", version = "0.65.0" } +cranelift-native = { path = "../native", version = "0.65.0" } +cranelift-reader = { path = "../reader", version = "0.65.0" } +cranelift-preopt = { path = "../preopt", version = "0.65.0" } byteorder = { version = "1.3.2", default-features = false } file-per-thread-logger = "0.1.2" filecheck = "0.5.0" diff --git a/cranelift/frontend/Cargo.toml b/cranelift/frontend/Cargo.toml index a6d92cf3ff..229634a69f 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.64.0" +version = "0.65.0" description = "Cranelift IR builder helper" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-frontend" @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } target-lexicon = "0.10" log = { version = "0.4.6", default-features = false } hashbrown = { version = "0.7", optional = true } diff --git a/cranelift/interpreter/Cargo.toml b/cranelift/interpreter/Cargo.toml index 1217f5b45d..1daf35bfb2 100644 --- a/cranelift/interpreter/Cargo.toml +++ b/cranelift/interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-interpreter" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Interpret Cranelift IR" repository = "https://github.com/bytecodealliance/wasmtime" @@ -11,9 +11,9 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.64.0" } -cranelift-reader = { path = "../reader", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.65.0" } +cranelift-reader = { path = "../reader", version = "0.65.0" } hashbrown = { version = "0.7.1", optional = true } log = { version = "0.4.8", default-features = false } thiserror = "1.0.15" @@ -21,7 +21,7 @@ walkdir = "2.3.1" pretty_env_logger = "0.4.0" [dev-dependencies] -cranelift-frontend = { path = "../frontend", version = "0.64.0" } +cranelift-frontend = { path = "../frontend", version = "0.65.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/module/Cargo.toml b/cranelift/module/Cargo.toml index 9d6537ba48..ebe4ea6a07 100644 --- a/cranelift/module/Cargo.toml +++ b/cranelift/module/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-module" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Support for linking functions and data with Cranelift" repository = "https://github.com/bytecodealliance/wasmtime" @@ -11,8 +11,8 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.65.0" } hashbrown = { version = "0.6", optional = true } log = { version = "0.4.6", default-features = false } thiserror = "1.0.4" diff --git a/cranelift/native/Cargo.toml b/cranelift/native/Cargo.toml index 8306c73541..b9e69c7bfd 100644 --- a/cranelift/native/Cargo.toml +++ b/cranelift/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-native" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Support for targeting the host with Cranelift" documentation = "https://docs.rs/cranelift-native" @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } target-lexicon = "0.10" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] diff --git a/cranelift/object/Cargo.toml b/cranelift/object/Cargo.toml index 8c4c44fc74..2d66199b47 100644 --- a/cranelift/object/Cargo.toml +++ b/cranelift/object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-object" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Emit Cranelift output to native object files with `object`" repository = "https://github.com/bytecodealliance/wasmtime" @@ -10,8 +10,8 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-module = { path = "../module", version = "0.64.0" } -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.65.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] } object = { version = "0.18", default-features = false, features = ["write"] } target-lexicon = "0.10" diff --git a/cranelift/peepmatic/Cargo.toml b/cranelift/peepmatic/Cargo.toml index e4d6251201..3171153c74 100644 --- a/cranelift/peepmatic/Cargo.toml +++ b/cranelift/peepmatic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic" -version = "0.64.0" +version = "0.65.0" authors = ["Nick Fitzgerald "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" @@ -10,8 +10,8 @@ description = "DSL and compiler for generating peephole optimizers" [dependencies] anyhow = "1.0.27" -peepmatic-automata = { version = "0.1.0", path = "crates/automata", features = ["dot"] } -peepmatic-macro = { version = "0.1.0", path = "crates/macro" } -peepmatic-runtime = { version = "0.1.0", path = "crates/runtime", features = ["construct"] } +peepmatic-automata = { version = "0.2.0", path = "crates/automata", features = ["dot"] } +peepmatic-macro = { version = "0.2.0", path = "crates/macro" } +peepmatic-runtime = { version = "0.2.0", path = "crates/runtime", features = ["construct"] } wast = "15.0.0" z3 = { version = "0.5.1", features = ["static-link-z3"] } diff --git a/cranelift/peepmatic/crates/automata/Cargo.toml b/cranelift/peepmatic/crates/automata/Cargo.toml index b08c869d73..1e6a3c8d49 100644 --- a/cranelift/peepmatic/crates/automata/Cargo.toml +++ b/cranelift/peepmatic/crates/automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic-automata" -version = "0.1.0" +version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" diff --git a/cranelift/peepmatic/crates/fuzzing/Cargo.toml b/cranelift/peepmatic/crates/fuzzing/Cargo.toml index a3ccb91791..6c25319ec5 100644 --- a/cranelift/peepmatic/crates/fuzzing/Cargo.toml +++ b/cranelift/peepmatic/crates/fuzzing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic-fuzzing" -version = "0.1.0" +version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" publish = false diff --git a/cranelift/peepmatic/crates/macro/Cargo.toml b/cranelift/peepmatic/crates/macro/Cargo.toml index 2cfaf26ba0..868ec60380 100644 --- a/cranelift/peepmatic/crates/macro/Cargo.toml +++ b/cranelift/peepmatic/crates/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic-macro" -version = "0.1.0" +version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" diff --git a/cranelift/peepmatic/crates/runtime/Cargo.toml b/cranelift/peepmatic/crates/runtime/Cargo.toml index fd3ed05a72..75b73388dd 100644 --- a/cranelift/peepmatic/crates/runtime/Cargo.toml +++ b/cranelift/peepmatic/crates/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic-runtime" -version = "0.1.0" +version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" @@ -12,8 +12,8 @@ description = "Runtime support for peepmatic peephole optimizers" bincode = "1.2.1" bumpalo = "3.2.0" log = "0.4.8" -peepmatic-automata = { version = "0.1.0", path = "../automata", features = ["serde"] } -peepmatic-macro = { version = "0.1.0", path = "../macro" } +peepmatic-automata = { version = "0.2.0", path = "../automata", features = ["serde"] } +peepmatic-macro = { version = "0.2.0", path = "../macro" } serde = { version = "1.0.105", features = ["derive"] } thiserror = "1.0.15" wast = { version = "15.0.0", optional = true } diff --git a/cranelift/peepmatic/crates/test/Cargo.toml b/cranelift/peepmatic/crates/test/Cargo.toml index bca85f8bf8..08d357ef95 100644 --- a/cranelift/peepmatic/crates/test/Cargo.toml +++ b/cranelift/peepmatic/crates/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peepmatic-test" -version = "0.1.0" +version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" publish = false diff --git a/cranelift/preopt/Cargo.toml b/cranelift/preopt/Cargo.toml index 2e428a02d8..37aed2ef3c 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.64.0" +version = "0.65.0" description = "Support for optimizations in Cranelift" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-preopt" @@ -12,8 +12,8 @@ keywords = ["optimize", "compile", "compiler", "jit"] edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.65.0" } # This is commented out because it doesn't build on Rust 1.25.0, which # cranelift currently supports. # rustc_apfloat = { version = "0.1.2", default-features = false } diff --git a/cranelift/reader/Cargo.toml b/cranelift/reader/Cargo.toml index b780b98b70..661503f348 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.64.0" +version = "0.65.0" description = "Cranelift textual IR reader" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift-reader" @@ -10,7 +10,7 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0" } smallvec = "1.0.0" target-lexicon = "0.10" thiserror = "1.0.15" diff --git a/cranelift/serde/Cargo.toml b/cranelift/serde/Cargo.toml index cfae11d163..15927c0526 100644 --- a/cranelift/serde/Cargo.toml +++ b/cranelift/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-serde" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Serializer/Deserializer for Cranelift IR" repository = "https://github.com/bytecodealliance/wasmtime" @@ -18,8 +18,8 @@ clap = "2.32.0" serde = "1.0.8" serde_derive = "1.0.75" serde_json = "1.0.26" -cranelift-codegen = { path = "../codegen", version = "0.64.0" } -cranelift-reader = { path = "../reader", version = "0.64.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0" } +cranelift-reader = { path = "../reader", version = "0.65.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/simplejit/Cargo.toml b/cranelift/simplejit/Cargo.toml index 042d946774..ab053456d3 100644 --- a/cranelift/simplejit/Cargo.toml +++ b/cranelift/simplejit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-simplejit" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "A simple JIT library backed by Cranelift" repository = "https://github.com/bytecodealliance/wasmtime" @@ -10,9 +10,9 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-module = { path = "../module", version = "0.64.0" } -cranelift-native = { path = "../native", version = "0.64.0" } -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] } +cranelift-module = { path = "../module", version = "0.65.0" } +cranelift-native = { path = "../native", version = "0.65.0" } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] } region = "2.1.0" libc = { version = "0.2.42" } errno = "0.2.4" @@ -27,9 +27,9 @@ selinux-fix = ['memmap'] default = [] [dev-dependencies] -cranelift = { path = "../umbrella", version = "0.64.0" } -cranelift-frontend = { path = "../frontend", version = "0.64.0" } -cranelift-entity = { path = "../entity", version = "0.64.0" } +cranelift = { path = "../umbrella", version = "0.65.0" } +cranelift-frontend = { path = "../frontend", version = "0.65.0" } +cranelift-entity = { path = "../entity", version = "0.65.0" } [badges] maintenance = { status = "experimental" } diff --git a/cranelift/umbrella/Cargo.toml b/cranelift/umbrella/Cargo.toml index 20786f91e5..56ecfde9b3 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.64.0" +version = "0.65.0" description = "Umbrella for commonly-used cranelift crates" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://docs.rs/cranelift" @@ -12,8 +12,8 @@ keywords = ["compile", "compiler", "jit"] edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } -cranelift-frontend = { path = "../frontend", version = "0.64.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } +cranelift-frontend = { path = "../frontend", version = "0.65.0", default-features = false } [features] default = ["std"] diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index 728e25e29d..2149d6f8b7 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cranelift-wasm" -version = "0.64.0" +version = "0.65.0" authors = ["The Cranelift Project Developers"] description = "Translator from WebAssembly to Cranelift IR" documentation = "https://docs.rs/cranelift-wasm" @@ -13,9 +13,9 @@ edition = "2018" [dependencies] wasmparser = { version = "0.57.0", default-features = false } -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false } -cranelift-entity = { path = "../entity", version = "0.64.0" } -cranelift-frontend = { path = "../frontend", version = "0.64.0", default-features = false } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false } +cranelift-entity = { path = "../entity", version = "0.65.0" } +cranelift-frontend = { path = "../frontend", version = "0.65.0", default-features = false } hashbrown = { version = "0.7", optional = true } log = { version = "0.4.6", default-features = false } serde = { version = "1.0.94", features = ["derive"], optional = true } @@ -25,7 +25,7 @@ thiserror = "1.0.4" wat = "1.0.18" target-lexicon = "0.10" # Enable the riscv feature for cranelift-codegen, as some tests require it -cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["riscv"] } +cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["riscv"] } [features] default = ["std"] diff --git a/crates/c-api/Cargo.toml b/crates/c-api/Cargo.toml index 3e99019598..9bc5242238 100644 --- a/crates/c-api/Cargo.toml +++ b/crates/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-c-api" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "C API to expose the Wasmtime runtime" license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/c-api/macros/Cargo.toml b/crates/c-api/macros/Cargo.toml index 30d2c73b88..5ae98e1da0 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.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] edition = "2018" publish = false diff --git a/crates/debug/Cargo.toml b/crates/debug/Cargo.toml index 601d714eea..95d11d1d64 100644 --- a/crates/debug/Cargo.toml +++ b/crates/debug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-debug" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Debug utils for WebAsssembly code in Cranelift" license = "Apache-2.0 WITH LLVM-exception" @@ -15,7 +15,7 @@ edition = "2018" gimli = "0.21.0" wasmparser = "0.57.0" object = { version = "0.18", default-features = false, features = ["write"] } -wasmtime-environ = { path = "../environ", version = "0.17.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } target-lexicon = { version = "0.10.0", default-features = false } anyhow = "1.0" thiserror = "1.0.4" diff --git a/crates/environ/Cargo.toml b/crates/environ/Cargo.toml index 35e44429fa..d3cdc72a52 100644 --- a/crates/environ/Cargo.toml +++ b/crates/environ/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-environ" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Standalone environment support for WebAsssembly code in Cranelift" license = "Apache-2.0 WITH LLVM-exception" @@ -13,11 +13,11 @@ edition = "2018" [dependencies] anyhow = "1.0" -cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0", features = ["enable-serde"] } -cranelift-entity = { path = "../../cranelift/entity", version = "0.64.0", features = ["enable-serde"] } -cranelift-wasm = { path = "../../cranelift/wasm", version = "0.64.0", features = ["enable-serde"] } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0", features = ["enable-serde"] } +cranelift-entity = { path = "../../cranelift/entity", version = "0.65.0", features = ["enable-serde"] } +cranelift-wasm = { path = "../../cranelift/wasm", version = "0.65.0", features = ["enable-serde"] } wasmparser = "0.57.0" -lightbeam = { path = "../lightbeam", optional = true, version = "0.17.0" } +lightbeam = { path = "../lightbeam", optional = true, version = "0.18.0" } indexmap = "1.0.2" rayon = "1.2.1" thiserror = "1.0.4" diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 026aee7355..01a505793a 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.17.0" +version = "0.18.0" [dependencies] anyhow = "1.0.22" diff --git a/crates/jit/Cargo.toml b/crates/jit/Cargo.toml index c7c38facd3..696b2e8e75 100644 --- a/crates/jit/Cargo.toml +++ b/crates/jit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-jit" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "JIT-style execution for WebAsssembly code in Cranelift" documentation = "https://docs.rs/wasmtime-jit" @@ -12,15 +12,15 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0", features = ["enable-serde"] } -cranelift-entity = { path = "../../cranelift/entity", version = "0.64.0", features = ["enable-serde"] } -cranelift-wasm = { path = "../../cranelift/wasm", version = "0.64.0", features = ["enable-serde"] } -cranelift-native = { path = "../../cranelift/native", version = "0.64.0" } -cranelift-frontend = { path = "../../cranelift/frontend", version = "0.64.0" } -wasmtime-environ = { path = "../environ", version = "0.17.0" } -wasmtime-runtime = { path = "../runtime", version = "0.17.0" } -wasmtime-debug = { path = "../debug", version = "0.17.0" } -wasmtime-profiling = { path = "../profiling", version = "0.17.0" } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0", features = ["enable-serde"] } +cranelift-entity = { path = "../../cranelift/entity", version = "0.65.0", features = ["enable-serde"] } +cranelift-wasm = { path = "../../cranelift/wasm", version = "0.65.0", features = ["enable-serde"] } +cranelift-native = { path = "../../cranelift/native", version = "0.65.0" } +cranelift-frontend = { path = "../../cranelift/frontend", version = "0.65.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } +wasmtime-runtime = { path = "../runtime", version = "0.18.0" } +wasmtime-debug = { path = "../debug", version = "0.18.0" } +wasmtime-profiling = { path = "../profiling", version = "0.18.0" } region = "2.0.0" thiserror = "1.0.4" target-lexicon = { version = "0.10.0", default-features = false } diff --git a/crates/lightbeam/Cargo.toml b/crates/lightbeam/Cargo.toml index 3c5254a78e..0a6d2b371a 100644 --- a/crates/lightbeam/Cargo.toml +++ b/crates/lightbeam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightbeam" -version = "0.17.0" +version = "0.18.0" authors = ["The Lightbeam Project Developers"] description = "An optimising one-pass streaming compiler for WebAssembly" license = "Apache-2.0 WITH LLVM-exception" @@ -12,7 +12,7 @@ edition = "2018" [dependencies] capstone = "0.6.0" -cranelift-codegen = { path = "../../cranelift/codegen", version = "0.64.0" } +cranelift-codegen = { path = "../../cranelift/codegen", version = "0.65.0" } derive_more = "0.99" dynasm = "0.5.2" dynasmrt = "0.5.2" diff --git a/crates/misc/run-examples/Cargo.toml b/crates/misc/run-examples/Cargo.toml index 2ec5866e13..6dc0ead7e9 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.17.0" +version = "0.18.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 681b4bcbd5..070d9b3f6f 100644 --- a/crates/misc/rust/Cargo.toml +++ b/crates/misc/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-rust" -version = "0.17.0" +version = "0.18.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.17.0" } -wasmtime-wasi = { path = "../../wasi", version = "0.17.0" } -wasmtime = { path = "../../wasmtime", version = "0.17.0" } +wasmtime-rust-macro = { path = "./macro", version = "0.18.0" } +wasmtime-wasi = { path = "../../wasi", version = "0.18.0" } +wasmtime = { path = "../../wasmtime", version = "0.18.0" } anyhow = "1.0.19" [badges] diff --git a/crates/misc/rust/macro/Cargo.toml b/crates/misc/rust/macro/Cargo.toml index 485b318777..24368a2855 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.17.0" +version = "0.18.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 b64ad46077..1e4ba885b2 100644 --- a/crates/obj/Cargo.toml +++ b/crates/obj/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-obj" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Native object file output for WebAsssembly code in Wasmtime" license = "Apache-2.0 WITH LLVM-exception" @@ -12,7 +12,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -wasmtime-environ = { path = "../environ", version = "0.17.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } object = { version = "0.18", default-features = false, features = ["write"] } more-asserts = "0.2.1" diff --git a/crates/profiling/Cargo.toml b/crates/profiling/Cargo.toml index d476eb12ec..513aedb4d1 100644 --- a/crates/profiling/Cargo.toml +++ b/crates/profiling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-profiling" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" license = "Apache-2.0 WITH LLVM-exception" @@ -19,8 +19,8 @@ libc = { version = "0.2.60", default-features = false } scroll = { version = "0.10.1", features = ["derive"], optional = true } serde = { version = "1.0.99", features = ["derive"] } target-lexicon = "0.10.0" -wasmtime-environ = { path = "../environ", version = "0.17.0" } -wasmtime-runtime = { path = "../runtime", version = "0.17.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } +wasmtime-runtime = { path = "../runtime", version = "0.18.0" } ittapi-rs = { version = "0.1.5", optional = true } [dependencies.object] diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 578cb9c0fc..b862d25899 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-runtime" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" documentation = "https://docs.rs/wasmtime-runtime" @@ -12,7 +12,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmtime-environ = { path = "../environ", version = "0.17.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } region = "2.0.0" libc = { version = "0.2.70", default-features = false } memoffset = "0.5.3" diff --git a/crates/test-programs/Cargo.toml b/crates/test-programs/Cargo.toml index bcb4bfe7df..088cbf0c21 100644 --- a/crates/test-programs/Cargo.toml +++ b/crates/test-programs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-programs" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] readme = "README.md" edition = "2018" @@ -10,9 +10,9 @@ publish = false cfg-if = "0.1.9" [dev-dependencies] -wasi-common = { path = "../wasi-common", version = "0.17.0" } -wasmtime-wasi = { path = "../wasi", version = "0.17.0" } -wasmtime = { path = "../wasmtime", version = "0.17.0" } +wasi-common = { path = "../wasi-common", version = "0.18.0" } +wasmtime-wasi = { path = "../wasi", version = "0.18.0" } +wasmtime = { path = "../wasmtime", version = "0.18.0" } target-lexicon = "0.10.0" pretty_env_logger = "0.4.0" tempfile = "3.1.0" diff --git a/crates/test-programs/wasi-tests/Cargo.lock b/crates/test-programs/wasi-tests/Cargo.lock index bc68d3b484..d37dfc8ce8 100644 --- a/crates/test-programs/wasi-tests/Cargo.lock +++ b/crates/test-programs/wasi-tests/Cargo.lock @@ -17,7 +17,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasi-tests" -version = "0.17.0" +version = "0.18.0" dependencies = [ "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/crates/test-programs/wasi-tests/Cargo.toml b/crates/test-programs/wasi-tests/Cargo.toml index 3a7f838bcf..5397575e33 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.17.0" +version = "0.18.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 9a8f46db3e..00b92bae62 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-common" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "WASI implementation in Rust" license = "Apache-2.0 WITH LLVM-exception" @@ -12,9 +12,9 @@ edition = "2018" include = ["src/**/*", "LICENSE", "WASI/phases", "build.rs"] # This doesn't actually link to a native library, but it allows us to set env -# vars like `DEP_WASI_COMMON_17_*` for crates that have build scripts and depend +# vars like `DEP_WASI_COMMON_18_*` for crates that have build scripts and depend # on this crate, allowing other crates to use the same witx files. -links = "wasi-common-17" +links = "wasi-common-18" [dependencies] anyhow = "1.0" @@ -25,14 +25,14 @@ cfg-if = "0.1.9" log = "0.4" filetime = "0.2.7" lazy_static = "1.4.0" -wig = { path = "wig", version = "0.17.0" } -wiggle = { path = "../wiggle", default-features = false, version = "0.17.0" } +wig = { path = "wig", version = "0.18.0" } +wiggle = { path = "../wiggle", default-features = false, version = "0.18.0" } [target.'cfg(unix)'.dependencies] -yanix = { path = "yanix", version = "0.17.0" } +yanix = { path = "yanix", version = "0.18.0" } [target.'cfg(windows)'.dependencies] -winx = { path = "winx", version = "0.17.0" } +winx = { path = "winx", version = "0.18.0" } winapi = "0.3" cpu-time = "1.0" diff --git a/crates/wasi-common/wig/Cargo.toml b/crates/wasi-common/wig/Cargo.toml index 596978eb8c..f29ba87d48 100644 --- a/crates/wasi-common/wig/Cargo.toml +++ b/crates/wasi-common/wig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wig" -version = "0.17.0" +version = "0.18.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 bdecd2fe6d..c24c8bf7f1 100644 --- a/crates/wasi-common/winx/Cargo.toml +++ b/crates/wasi-common/winx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winx" -version = "0.17.0" +version = "0.18.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 3abf5eae02..d86ef4d67e 100644 --- a/crates/wasi-common/yanix/Cargo.toml +++ b/crates/wasi-common/yanix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yanix" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "Yet Another Nix crate: a Unix API helper library" documentation = "https://docs.rs/yanix" diff --git a/crates/wasi/Cargo.toml b/crates/wasi/Cargo.toml index 82bb043a81..6616a6ef12 100644 --- a/crates/wasi/Cargo.toml +++ b/crates/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-wasi" -version = "0.17.0" +version = "0.18.0" authors = ["The Cranelift Project Developers"] description = "WASI API support for Wasmtime" documentation = "https://docs.rs/wasmtime-wasi" @@ -14,11 +14,11 @@ edition = "2018" [dependencies] anyhow = "1.0" log = { version = "0.4.8", default-features = false } -wasi-common = { path = "../wasi-common", version = "0.17.0" } -wasmtime = { path = "../wasmtime", version = "0.17.0", default-features = false } -wasmtime-runtime = { path = "../runtime", version = "0.17.0" } -wig = { path = "../wasi-common/wig", version = "0.17.0" } -wiggle = { path = "../wiggle", version = "0.17.0" } +wasi-common = { path = "../wasi-common", version = "0.18.0" } +wasmtime = { path = "../wasmtime", version = "0.18.0", default-features = false } +wasmtime-runtime = { path = "../runtime", version = "0.18.0" } +wig = { path = "../wasi-common/wig", version = "0.18.0" } +wiggle = { path = "../wiggle", version = "0.18.0" } [badges] maintenance = { status = "actively-developed" } diff --git a/crates/wasi/build.rs b/crates/wasi/build.rs index fee332ea4b..5c085829f5 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_17_WASI").unwrap(); + let wasi_root = std::env::var("DEP_WASI_COMMON_18_WASI").unwrap(); println!("cargo:rustc-env=WASI_ROOT={}", wasi_root); } diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 52afa66e77..f59c2b0795 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "High-level API to expose the Wasmtime runtime" documentation = "https://docs.rs/wasmtime" @@ -10,10 +10,10 @@ readme = "README.md" edition = "2018" [dependencies] -wasmtime-runtime = { path = "../runtime", version = "0.17.0" } -wasmtime-environ = { path = "../environ", version = "0.17.0" } -wasmtime-jit = { path = "../jit", version = "0.17.0" } -wasmtime-profiling = { path = "../profiling", version = "0.17.0" } +wasmtime-runtime = { path = "../runtime", version = "0.18.0" } +wasmtime-environ = { path = "../environ", version = "0.18.0" } +wasmtime-jit = { path = "../jit", version = "0.18.0" } +wasmtime-profiling = { path = "../profiling", version = "0.18.0" } wasmparser = "0.57.0" target-lexicon = { version = "0.10.0", default-features = false } anyhow = "1.0.19" diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index cefd4cb461..b55c1b931e 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-wast" -version = "0.17.0" +version = "0.18.0" authors = ["The Wasmtime Project Developers"] description = "wast testing support for wasmtime" license = "Apache-2.0 WITH LLVM-exception" @@ -12,7 +12,7 @@ edition = "2018" [dependencies] anyhow = "1.0.19" -wasmtime = { path = "../wasmtime", version = "0.17.0", default-features = false } +wasmtime = { path = "../wasmtime", version = "0.18.0", default-features = false } wast = "17.0.0" [badges] diff --git a/crates/wiggle/Cargo.toml b/crates/wiggle/Cargo.toml index 55a4ceabb9..4326424da7 100644 --- a/crates/wiggle/Cargo.toml +++ b/crates/wiggle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle" -version = "0.17.0" +version = "0.18.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.17.0" } +wiggle-macro = { path = "macro", version = "0.18.0" } tracing = "0.1.15" [badges] diff --git a/crates/wiggle/generate/Cargo.toml b/crates/wiggle/generate/Cargo.toml index 6d1ec6d4a3..944b98aa0e 100644 --- a/crates/wiggle/generate/Cargo.toml +++ b/crates/wiggle/generate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle-generate" -version = "0.17.0" +version = "0.18.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 7722ac27cb..f8d0e91fd1 100644 --- a/crates/wiggle/macro/Cargo.toml +++ b/crates/wiggle/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiggle-macro" -version = "0.17.0" +version = "0.18.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.17.0" } +wiggle-generate = { path = "../generate", version = "0.18.0" } witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5" } quote = "1.0" syn = { version = "1.0", features = ["full"] } diff --git a/crates/wiggle/test-helpers/Cargo.toml b/crates/wiggle/test-helpers/Cargo.toml index 0df67f8624..09535eac66 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.17.0" +version = "0.18.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 da6e2634c9..b692c10ba9 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.64.0" +version="0.65.0" # Update all of the Cargo.toml files. echo "Updating crate versions to $version" @@ -24,6 +24,7 @@ find -name Cargo.toml \ -not -path ./crates/wasi-common/WASI/tools/witx/Cargo.toml \ -exec sed -i.bk \ -e "/^cranelift/s/version = \"[^\"]*\"/version = \"$version\"/" \ + -e "/^peepmatic /s/version = \"[^\"]*\"/version = \"$version\"/" \ {} \; # Update the Cargo.lock file for the new versions. diff --git a/scripts/bump-wasmtime-version.sh b/scripts/bump-wasmtime-version.sh index b1c2524bd1..c8d0179378 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="17" +short_version="18" version="0.$short_version.0" # Update the version numbers of the crates to $version. Skip crates with