Update release notes, wasmtime 0.16, cranelift 0.63.

This commit is contained in:
Dan Gohman
2020-04-29 17:30:25 -07:00
parent 363cd2d20f
commit 864cf98c8d
51 changed files with 263 additions and 241 deletions

168
Cargo.lock generated
View File

@@ -17,12 +17,9 @@ dependencies = [
[[package]] [[package]]
name = "ahash" name = "ahash"
version = "0.3.2" version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0989268a37e128d4d7a8028f1c60099430113fdbc70419010601ce51a228e4fe" checksum = "35b909d1c126f78ace756fc337133356c499eebeefcce930fa5fb018823f2b2d"
dependencies = [
"const-random",
]
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
@@ -50,9 +47,9 @@ checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
[[package]] [[package]]
name = "arbitrary" name = "arbitrary"
version = "0.4.2" version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1148c9b25d393a07c4cc3ef5dd30f82a40a1c261018c4a670611ed8e76cad3ea" checksum = "c5eb01a9ab8a3369f2f7632b9461c34f5920bd454774bab5b9fc6744f21d6143"
dependencies = [ dependencies = [
"derive_arbitrary", "derive_arbitrary",
] ]
@@ -270,18 +267,6 @@ dependencies = [
"vec_map", "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]] [[package]]
name = "cloudabi" name = "cloudabi"
version = "0.0.3" version = "0.0.3"
@@ -302,18 +287,19 @@ dependencies = [
[[package]] [[package]]
name = "console" name = "console"
version = "0.10.0" version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c" checksum = "dea0f3e2e8d7dba335e913b97f9e1992c86c4399d54f8be1d31c8727d0652064"
dependencies = [ dependencies = [
"clicolors-control",
"encode_unicode", "encode_unicode",
"lazy_static", "lazy_static",
"libc", "libc",
"regex", "regex",
"terminal_size",
"termios", "termios",
"unicode-width", "unicode-width",
"winapi", "winapi",
"winapi-util",
] ]
[[package]] [[package]]
@@ -354,7 +340,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-frontend", "cranelift-frontend",
@@ -362,14 +348,14 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-entity", "cranelift-entity",
] ]
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-bforest", "cranelift-bforest",
@@ -377,7 +363,7 @@ dependencies = [
"cranelift-codegen-shared", "cranelift-codegen-shared",
"cranelift-entity", "cranelift-entity",
"gimli", "gimli",
"hashbrown 0.7.1", "hashbrown 0.7.2",
"log", "log",
"regalloc", "regalloc",
"serde", "serde",
@@ -388,7 +374,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen-shared", "cranelift-codegen-shared",
"cranelift-entity", "cranelift-entity",
@@ -396,18 +382,18 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-shared" name = "cranelift-codegen-shared"
version = "0.62.0" version = "0.63.0"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"serde", "serde",
] ]
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@@ -419,7 +405,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-filetests" name = "cranelift-filetests"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"cranelift-codegen", "cranelift-codegen",
@@ -438,10 +424,10 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"hashbrown 0.7.1", "hashbrown 0.7.2",
"log", "log",
"smallvec", "smallvec",
"target-lexicon", "target-lexicon",
@@ -449,7 +435,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
@@ -461,7 +447,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"raw-cpuid", "raw-cpuid",
@@ -470,7 +456,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-object" name = "cranelift-object"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-module", "cranelift-module",
@@ -480,7 +466,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-preopt" name = "cranelift-preopt"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
@@ -488,7 +474,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-reader" name = "cranelift-reader"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"target-lexicon", "target-lexicon",
@@ -496,7 +482,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-serde" name = "cranelift-serde"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"clap", "clap",
"cranelift-codegen", "cranelift-codegen",
@@ -508,7 +494,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift", "cranelift",
"cranelift-codegen", "cranelift-codegen",
@@ -526,7 +512,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-tools" name = "cranelift-tools"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"capstone", "capstone",
"cfg-if", "cfg-if",
@@ -558,12 +544,12 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-wasm" name = "cranelift-wasm"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
"cranelift-frontend", "cranelift-frontend",
"hashbrown 0.7.1", "hashbrown 0.7.2",
"log", "log",
"serde", "serde",
"target-lexicon", "target-lexicon",
@@ -639,9 +625,9 @@ dependencies = [
[[package]] [[package]]
name = "derive_arbitrary" name = "derive_arbitrary"
version = "0.4.2" version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9735d3bee627701429c04d0e5bbaa966d22dcd64e50e4296e5aa960a15159881" checksum = "5cee758ebd1c79a9c6fb95f242dcc30bdbf555c28369ae908d21fdaf81537496"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -961,11 +947,11 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.7.1" version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479e9d9a1a3f8c489868a935b557ab5710e3e223836da2ecd52901d88935cb56" checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
dependencies = [ dependencies = [
"ahash 0.3.2", "ahash 0.3.3",
"autocfg 1.0.0", "autocfg 1.0.0",
] ]
@@ -980,9 +966,9 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.11" version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15" checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
dependencies = [ dependencies = [
"libc", "libc",
] ]
@@ -1091,7 +1077,7 @@ dependencies = [
[[package]] [[package]]
name = "lightbeam" name = "lightbeam"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"capstone", "capstone",
@@ -1616,7 +1602,7 @@ dependencies = [
[[package]] [[package]]
name = "run-examples" name = "run-examples"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"cc", "cc",
] ]
@@ -1744,9 +1730,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.51" version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9" checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",
@@ -1767,9 +1753,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.3.0" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a" checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
[[package]] [[package]]
name = "stable_deref_trait" name = "stable_deref_trait"
@@ -1824,9 +1810,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.17" version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -1883,6 +1869,16 @@ dependencies = [
"winapi-util", "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]] [[package]]
name = "termios" name = "termios"
version = "0.3.2" version = "0.3.2"
@@ -1894,7 +1890,7 @@ dependencies = [
[[package]] [[package]]
name = "test-programs" name = "test-programs"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -1919,18 +1915,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.15" version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012" checksum = "d12a1dae4add0f0d568eebc7bf142f145ba1aa2544cafb195c76f0f409091b60"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.15" version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd" checksum = "3f34e0c1caaa462fd840ec6b768946ea1e7842620d94fe29d5b847138f521269"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2043,7 +2039,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]] [[package]]
name = "wasi-common" name = "wasi-common"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2079,7 +2075,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime" name = "wasmtime"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"backtrace", "backtrace",
@@ -2101,7 +2097,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-c-api" name = "wasmtime-c-api"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"once_cell", "once_cell",
@@ -2114,7 +2110,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-c-api-macros" name = "wasmtime-c-api-macros"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2122,7 +2118,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-cli" name = "wasmtime-cli"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2152,7 +2148,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-debug" name = "wasmtime-debug"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2166,7 +2162,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-environ" name = "wasmtime-environ"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.12.0", "base64 0.12.0",
@@ -2211,7 +2207,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-fuzzing" name = "wasmtime-fuzzing"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arbitrary", "arbitrary",
@@ -2228,7 +2224,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-jit" name = "wasmtime-jit"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2253,7 +2249,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-obj" name = "wasmtime-obj"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"faerie", "faerie",
@@ -2263,7 +2259,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-profiling" name = "wasmtime-profiling"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@@ -2281,7 +2277,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-runtime" name = "wasmtime-runtime"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"cc", "cc",
@@ -2298,7 +2294,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-rust" name = "wasmtime-rust"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"wasmtime", "wasmtime",
@@ -2308,7 +2304,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-rust-macro" name = "wasmtime-rust-macro"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2317,7 +2313,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-wasi" name = "wasmtime-wasi"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"log", "log",
@@ -2330,7 +2326,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-wast" name = "wasmtime-wast"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"wasmtime", "wasmtime",
@@ -2366,7 +2362,7 @@ dependencies = [
[[package]] [[package]]
name = "wig" name = "wig"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@@ -2376,7 +2372,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle" name = "wiggle"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"proptest", "proptest",
"thiserror", "thiserror",
@@ -2387,7 +2383,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-generate" name = "wiggle-generate"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"heck", "heck",
@@ -2399,7 +2395,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-macro" name = "wiggle-macro"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"quote", "quote",
"syn", "syn",
@@ -2410,7 +2406,7 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-test" name = "wiggle-test"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"proptest", "proptest",
"wiggle", "wiggle",
@@ -2449,7 +2445,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]] [[package]]
name = "winx" name = "winx"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cvt", "cvt",
@@ -2471,7 +2467,7 @@ dependencies = [
[[package]] [[package]]
name = "yanix" name = "yanix"
version = "0.15.0" version = "0.16.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if", "cfg-if",

View File

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

View File

@@ -2,12 +2,29 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## 0.17.0
Unreleased
### Added
### Changed
### Fixed
--------------------------------------------------------------------------------
## 0.16.0 ## 0.16.0
Unreleased Released 2020-04-29.
### Added ### 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 * The C API has a number of new `wasmtime_*` functions which return error
objects to get detailed error information when an API fails. objects to get detailed error information when an API fails.
[#1467](https://github.com/bytecodealliance/wasmtime/pull/1467) [#1467](https://github.com/bytecodealliance/wasmtime/pull/1467)
@@ -22,12 +39,21 @@ Unreleased
* APIs for looking up values in a `Linker` have been added. * APIs for looking up values in a `Linker` have been added.
[#1480](https://github.com/bytecodealliance/wasmtime/pull/1480) [#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 [go-bindings]: https://github.com/bytecodealliance/wasmtime-go
### Changed ### 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` * 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). number of parameters).
[#1467](https://github.com/bytecodealliance/wasmtime/pull/1467) [#1467](https://github.com/bytecodealliance/wasmtime/pull/1467)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wasmtime-environ" name = "wasmtime-environ"
version = "0.15.0" version = "0.16.0"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
description = "Standalone environment support for WebAsssembly code in Cranelift" description = "Standalone environment support for WebAsssembly code in Cranelift"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -13,11 +13,11 @@ edition = "2018"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.62.0", features = ["enable-serde"] } cranelift-codegen = { path = "../../cranelift/codegen", version = "0.63.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.62.0", features = ["enable-serde"] } cranelift-entity = { path = "../../cranelift/entity", version = "0.63.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.62.0", features = ["enable-serde"] } cranelift-wasm = { path = "../../cranelift/wasm", version = "0.63.0", features = ["enable-serde"] }
wasmparser = "0.51.2" 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" indexmap = "1.0.2"
rayon = "1.2.1" rayon = "1.2.1"
thiserror = "1.0.4" thiserror = "1.0.4"

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "lightbeam" name = "lightbeam"
version = "0.15.0" version = "0.16.0"
authors = ["The Lightbeam Project Developers"] authors = ["The Lightbeam Project Developers"]
description = "An optimising one-pass streaming compiler for WebAssembly" description = "An optimising one-pass streaming compiler for WebAssembly"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies] [dependencies]
capstone = "0.6.0" 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" derive_more = "0.99"
dynasm = "0.5.2" dynasm = "0.5.2"
dynasmrt = "0.5.2" dynasmrt = "0.5.2"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.68" version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
@@ -17,14 +17,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "wasi-tests" name = "wasi-tests"
version = "0.15.0" version = "0.16.0"
dependencies = [ 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)", "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)", "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[metadata] [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 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" "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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