Wasmtime 0.17.0 and Cranelift 0.64.0. (#1805)

This commit is contained in:
Dan Gohman
2020-06-02 18:51:59 -07:00
committed by GitHub
parent 15c68f2cc1
commit a76639c6fb
61 changed files with 1261 additions and 348 deletions

View File

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

View File

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

View File

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

View File

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