Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Wasmtime 3.0.1 #5363

Merged
merged 2 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions Cargo.lock

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,57 +100,57 @@ exclude = [
]

[workspace.package]
version = "3.0.0"
version = "3.0.1"
authors = ["The Wasmtime Project Developers"]
edition = "2021"

[workspace.dependencies]
wasmtime = { path = "crates/wasmtime", version = "3.0.0", default-features = false }
wasmtime-cache = { path = "crates/cache", version = "=3.0.0" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=3.0.0" }
wasmtime-cranelift = { path = "crates/cranelift", version = "=3.0.0" }
wasmtime-environ = { path = "crates/environ", version = "=3.0.0" }
wasmtime-fiber = { path = "crates/fiber", version = "=3.0.0" }
wasmtime-types = { path = "crates/types", version = "3.0.0" }
wasmtime-jit = { path = "crates/jit", version = "=3.0.0" }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=3.0.0" }
wasmtime-runtime = { path = "crates/runtime", version = "=3.0.0" }
wasmtime-wast = { path = "crates/wast", version = "=3.0.0" }
wasmtime-wasi = { path = "crates/wasi", version = "3.0.0" }
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "3.0.0" }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "3.0.0" }
wasmtime-component-util = { path = "crates/component-util", version = "=3.0.0" }
wasmtime-component-macro = { path = "crates/component-macro", version = "=3.0.0" }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=3.0.0" }
wasmtime = { path = "crates/wasmtime", version = "3.0.1", default-features = false }
wasmtime-cache = { path = "crates/cache", version = "=3.0.1" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=3.0.1" }
wasmtime-cranelift = { path = "crates/cranelift", version = "=3.0.1" }
wasmtime-environ = { path = "crates/environ", version = "=3.0.1" }
wasmtime-fiber = { path = "crates/fiber", version = "=3.0.1" }
wasmtime-types = { path = "crates/types", version = "3.0.1" }
wasmtime-jit = { path = "crates/jit", version = "=3.0.1" }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=3.0.1" }
wasmtime-runtime = { path = "crates/runtime", version = "=3.0.1" }
wasmtime-wast = { path = "crates/wast", version = "=3.0.1" }
wasmtime-wasi = { path = "crates/wasi", version = "3.0.1" }
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "3.0.1" }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "3.0.1" }
wasmtime-component-util = { path = "crates/component-util", version = "=3.0.1" }
wasmtime-component-macro = { path = "crates/component-macro", version = "=3.0.1" }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=3.0.1" }
component-test-util = { path = "crates/misc/component-test-util" }
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
wiggle = { path = "crates/wiggle", version = "=3.0.0", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=3.0.0" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=3.0.0" }
wasi-common = { path = "crates/wasi-common", version = "=3.0.0" }
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=3.0.0" }
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=3.0.0" }
wiggle = { path = "crates/wiggle", version = "=3.0.1", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=3.0.1" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=3.0.1" }
wasi-common = { path = "crates/wasi-common", version = "=3.0.1" }
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=3.0.1" }
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=3.0.1" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=2.0.0" }

cranelift-wasm = { path = "cranelift/wasm", version = "0.90.0" }
cranelift-codegen = { path = "cranelift/codegen", version = "0.90.0" }
cranelift-egraph = { path = "cranelift/egraph", version = "0.90.0" }
cranelift-frontend = { path = "cranelift/frontend", version = "0.90.0" }
cranelift-entity = { path = "cranelift/entity", version = "0.90.0" }
cranelift-native = { path = "cranelift/native", version = "0.90.0" }
cranelift-module = { path = "cranelift/module", version = "0.90.0" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.90.0" }
cranelift-reader = { path = "cranelift/reader", version = "0.90.0" }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=2.0.1" }

cranelift-wasm = { path = "cranelift/wasm", version = "0.90.1" }
cranelift-codegen = { path = "cranelift/codegen", version = "0.90.1" }
cranelift-egraph = { path = "cranelift/egraph", version = "0.90.1" }
cranelift-frontend = { path = "cranelift/frontend", version = "0.90.1" }
cranelift-entity = { path = "cranelift/entity", version = "0.90.1" }
cranelift-native = { path = "cranelift/native", version = "0.90.1" }
cranelift-module = { path = "cranelift/module", version = "0.90.1" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.90.1" }
cranelift-reader = { path = "cranelift/reader", version = "0.90.1" }
cranelift-filetests = { path = "cranelift/filetests" }
cranelift-object = { path = "cranelift/object", version = "0.90.0" }
cranelift-jit = { path = "cranelift/jit", version = "0.90.0" }
cranelift-preopt = { path = "cranelift/preopt", version = "0.90.0" }
cranelift-object = { path = "cranelift/object", version = "0.90.1" }
cranelift-jit = { path = "cranelift/jit", version = "0.90.1" }
cranelift-preopt = { path = "cranelift/preopt", version = "0.90.1" }
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.90.0" }
cranelift = { path = "cranelift/umbrella", version = "0.90.0" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.90.1" }
cranelift = { path = "cranelift/umbrella", version = "0.90.1" }

winch-codegen = { path = "winch/codegen", version = "=0.1.0" }
winch-codegen = { path = "winch/codegen", version = "=0.1.1" }

target-lexicon = { version = "0.12.3", default-features = false }
anyhow = "1.0.22"
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
--------------------------------------------------------------------------------

## 3.0.1

Released 2022-12-01.

### Fixed

* The instruction cache is now flushed for AArch64 Android.
[#5331](https://github.com/bytecodealliance/wasmtime/pull/5331)

* Building for FreeBSD and Android has been fixed.
[#5323](https://github.com/bytecodealliance/wasmtime/pull/5323)

--------------------------------------------------------------------------------

## 3.0.0

Released 2022-11-21.
Expand Down
2 changes: 1 addition & 1 deletion cranelift/bforest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bforest"
version = "0.90.0"
version = "0.90.1"
description = "A forest of B+-trees"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bforest"
Expand Down
8 changes: 4 additions & 4 deletions cranelift/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-codegen"
version = "0.90.0"
version = "0.90.1"
description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-codegen"
Expand All @@ -15,7 +15,7 @@ edition.workspace = true
[dependencies]
arrayvec = "0.7"
bumpalo = "3"
cranelift-codegen-shared = { path = "./shared", version = "0.90.0" }
cranelift-codegen-shared = { path = "./shared", version = "0.90.1" }
cranelift-entity = { workspace = true }
cranelift-bforest = { workspace = true }
cranelift-egraph = { workspace = true }
Expand All @@ -38,8 +38,8 @@ sha2 = { version = "0.10.2", optional = true }
criterion = "0.3"

[build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.90.0" }
cranelift-isle = { path = "../isle/isle", version = "=0.90.0" }
cranelift-codegen-meta = { path = "meta", version = "0.90.1" }
cranelift-isle = { path = "../isle/isle", version = "=0.90.1" }
miette = { version = "5.1.0", features = ["fancy"], optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions cranelift/codegen/meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.90.0"
version = "0.90.1"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand All @@ -13,7 +13,7 @@ edition.workspace = true
# rustdoc-args = [ "--document-private-items" ]

[dependencies]
cranelift-codegen-shared = { path = "../shared", version = "0.90.0" }
cranelift-codegen-shared = { path = "../shared", version = "0.90.1" }

[badges]
maintenance = { status = "experimental" }
2 changes: 1 addition & 1 deletion cranelift/codegen/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-codegen-shared"
version = "0.90.0"
version = "0.90.1"
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/egraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-egraph"
version = "0.90.0"
version = "0.90.1"
description = "acyclic-egraph (aegraph) implementation for Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-egraph"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/entity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-entity"
version = "0.90.0"
version = "0.90.1"
description = "Data structures using entity references as mapping keys"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-entity"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-frontend"
version = "0.90.0"
version = "0.90.1"
description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-frontend"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-interpreter"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Interpret Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/isle/isle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-isle"
readme = "../README.md"
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
version = "0.90.0"
version = "0.90.1"

[dependencies]
log = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cranelift/jit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-jit"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "A JIT library backed by Cranelift"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-module"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Support for linking functions and data with Cranelift"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-native"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Support for targeting the host with Cranelift"
documentation = "https://docs.rs/cranelift-native"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-object"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Emit Cranelift output to native object files with `object`"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/preopt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-preopt"
version = "0.90.0"
version = "0.90.1"
description = "Support for optimizations in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-preopt"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-reader"
version = "0.90.0"
version = "0.90.1"
description = "Cranelift textual IR reader"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-reader"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-serde"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Serializer/Deserializer for Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/umbrella/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift"
version = "0.90.0"
version = "0.90.1"
description = "Umbrella for commonly-used cranelift crates"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-wasm"
version = "0.90.0"
version = "0.90.1"
authors = ["The Cranelift Project Developers"]
description = "Translator from WebAssembly to Cranelift IR"
documentation = "https://docs.rs/cranelift-wasm"
Expand Down
2 changes: 1 addition & 1 deletion crates/jit-icache-coherence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmtime-jit-icache-coherence"
version = "2.0.0"
version = "2.0.1"
authors.workspace = true
description = "Utilities for JIT icache maintenance"
documentation = "https://docs.rs/jit-icache-coherence"
Expand Down
2 changes: 1 addition & 1 deletion winch/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "winch-codegen"
description = "Winch code generation library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true

[dependencies]
Expand Down