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

Bump Wasmtime to 27.0.0 #9378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
114 changes: 57 additions & 57 deletions Cargo.lock

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ exclude = [
]

[workspace.package]
version = "26.0.0"
version = "27.0.0"
authors = ["The Wasmtime Project Developers"]
edition = "2021"
# Wasmtime's current policy is that this number can be no larger than the
Expand Down Expand Up @@ -192,60 +192,60 @@ unnecessary_cast = 'warn'

[workspace.dependencies]
arbitrary = { version = "1.3.1" }
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=26.0.0" }
wasmtime = { path = "crates/wasmtime", version = "26.0.0", default-features = false }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=26.0.0" }
wasmtime-cache = { path = "crates/cache", version = "=26.0.0" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=26.0.0" }
wasmtime-cranelift = { path = "crates/cranelift", version = "=26.0.0" }
wasmtime-winch = { path = "crates/winch", version = "=26.0.0" }
wasmtime-environ = { path = "crates/environ", version = "=26.0.0" }
wasmtime-explorer = { path = "crates/explorer", version = "=26.0.0" }
wasmtime-fiber = { path = "crates/fiber", version = "=26.0.0" }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=26.0.0" }
wasmtime-wast = { path = "crates/wast", version = "=26.0.0" }
wasmtime-wasi = { path = "crates/wasi", version = "26.0.0", default-features = false }
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=26.0.0", default-features = false }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "26.0.0" }
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "26.0.0" }
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "26.0.0" }
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "26.0.0" }
wasmtime-component-util = { path = "crates/component-util", version = "=26.0.0" }
wasmtime-component-macro = { path = "crates/component-macro", version = "=26.0.0" }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=26.0.0" }
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=26.0.0" }
wasmtime-slab = { path = "crates/slab", version = "=26.0.0" }
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=27.0.0" }
wasmtime = { path = "crates/wasmtime", version = "27.0.0", default-features = false }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=27.0.0" }
wasmtime-cache = { path = "crates/cache", version = "=27.0.0" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=27.0.0" }
wasmtime-cranelift = { path = "crates/cranelift", version = "=27.0.0" }
wasmtime-winch = { path = "crates/winch", version = "=27.0.0" }
wasmtime-environ = { path = "crates/environ", version = "=27.0.0" }
wasmtime-explorer = { path = "crates/explorer", version = "=27.0.0" }
wasmtime-fiber = { path = "crates/fiber", version = "=27.0.0" }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=27.0.0" }
wasmtime-wast = { path = "crates/wast", version = "=27.0.0" }
wasmtime-wasi = { path = "crates/wasi", version = "27.0.0", default-features = false }
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=27.0.0", default-features = false }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "27.0.0" }
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "27.0.0" }
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "27.0.0" }
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "27.0.0" }
wasmtime-component-util = { path = "crates/component-util", version = "=27.0.0" }
wasmtime-component-macro = { path = "crates/component-macro", version = "=27.0.0" }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=27.0.0" }
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=27.0.0" }
wasmtime-slab = { path = "crates/slab", version = "=27.0.0" }
component-test-util = { path = "crates/misc/component-test-util" }
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
wiggle = { path = "crates/wiggle", version = "=26.0.0", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=26.0.0" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=26.0.0" }
wasi-common = { path = "crates/wasi-common", version = "=26.0.0", default-features = false }
wiggle = { path = "crates/wiggle", version = "=27.0.0", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=27.0.0" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=27.0.0" }
wasi-common = { path = "crates/wasi-common", version = "=27.0.0", default-features = false }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=26.0.0" }
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=26.0.0" }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=27.0.0" }
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=27.0.0" }
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }

pulley-interpreter = { path = 'pulley', version = "=26.0.0" }
pulley-interpreter = { path = 'pulley', version = "=27.0.0" }
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }

cranelift-codegen = { path = "cranelift/codegen", version = "0.113.0", default-features = false, features = ["std", "unwind"] }
cranelift-frontend = { path = "cranelift/frontend", version = "0.113.0" }
cranelift-entity = { path = "cranelift/entity", version = "0.113.0" }
cranelift-native = { path = "cranelift/native", version = "0.113.0" }
cranelift-module = { path = "cranelift/module", version = "0.113.0" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.113.0" }
cranelift-reader = { path = "cranelift/reader", version = "0.113.0" }
cranelift-codegen = { path = "cranelift/codegen", version = "0.114.0", default-features = false, features = ["std", "unwind"] }
cranelift-frontend = { path = "cranelift/frontend", version = "0.114.0" }
cranelift-entity = { path = "cranelift/entity", version = "0.114.0" }
cranelift-native = { path = "cranelift/native", version = "0.114.0" }
cranelift-module = { path = "cranelift/module", version = "0.114.0" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.114.0" }
cranelift-reader = { path = "cranelift/reader", version = "0.114.0" }
cranelift-filetests = { path = "cranelift/filetests" }
cranelift-object = { path = "cranelift/object", version = "0.113.0" }
cranelift-jit = { path = "cranelift/jit", version = "0.113.0" }
cranelift-object = { path = "cranelift/object", version = "0.114.0" }
cranelift-jit = { path = "cranelift/jit", version = "0.114.0" }
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.113.0" }
cranelift-bitset = { path = "cranelift/bitset", version = "0.113.0" }
cranelift-control = { path = "cranelift/control", version = "0.113.0" }
cranelift = { path = "cranelift/umbrella", version = "0.113.0" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.114.0" }
cranelift-bitset = { path = "cranelift/bitset", version = "0.114.0" }
cranelift-control = { path = "cranelift/control", version = "0.114.0" }
cranelift = { path = "cranelift/umbrella", version = "0.114.0" }

winch-codegen = { path = "winch/codegen", version = "=26.0.0" }
winch-codegen = { path = "winch/codegen", version = "=27.0.0" }

wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-array-literals" }
Expand Down
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 26.0.0
## 27.0.0

Unreleased.

Expand All @@ -12,6 +12,7 @@ Release notes for previous releases of Wasmtime can be found on the respective
release branches of the Wasmtime repository.

<!-- ARCHIVE_START -->
* [26.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-26.0.0/RELEASES.md)
* [25.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-25.0.0/RELEASES.md)
* [24.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-24.0.0/RELEASES.md)
* [23.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-23.0.0/RELEASES.md)
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.113.0"
version = "0.114.0"
description = "A forest of B+-trees"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bforest"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/bitset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bitset"
version = "0.113.0"
version = "0.114.0"
description = "Various bitset stuff for use inside Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bitset"
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.113.0"
version = "0.114.0"
description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-codegen"
Expand All @@ -20,7 +20,7 @@ workspace = true
anyhow = { workspace = true, optional = true, features = ['std'] }
bumpalo = "3"
capstone = { workspace = true, optional = true }
cranelift-codegen-shared = { path = "./shared", version = "0.113.0" }
cranelift-codegen-shared = { path = "./shared", version = "0.114.0" }
cranelift-entity = { workspace = true }
cranelift-bforest = { workspace = true }
cranelift-bitset = { workspace = true }
Expand Down Expand Up @@ -49,8 +49,8 @@ similar = "2.1.0"
env_logger = { workspace = true }

[build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.113.0" }
cranelift-isle = { path = "../isle/isle", version = "=0.113.0" }
cranelift-codegen-meta = { path = "meta", version = "0.114.0" }
cranelift-isle = { path = "../isle/isle", version = "=0.114.0" }

[features]
default = ["std", "unwind", "host-arch", "timing"]
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.113.0"
version = "0.114.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand All @@ -16,4 +16,4 @@ workspace = true
rustdoc-args = [ "--document-private-items" ]

[dependencies]
cranelift-codegen-shared = { path = "../shared", version = "0.113.0" }
cranelift-codegen-shared = { path = "../shared", version = "0.114.0" }
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.113.0"
version = "0.114.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"
Expand Down
2 changes: 1 addition & 1 deletion cranelift/control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-control"
version = "0.113.0"
version = "0.114.0"
description = "White-box fuzz testing framework"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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 @@ -7,7 +7,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.113.0"
version = "0.114.0"

[lints]
workspace = 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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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/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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
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.113.0"
version = "0.114.0"
description = "Umbrella for commonly-used cranelift crates"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift"
Expand Down
4 changes: 2 additions & 2 deletions crates/c-api/include/wasmtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@
/**
* \brief Wasmtime version string.
*/
#define WASMTIME_VERSION "26.0.0"
#define WASMTIME_VERSION "27.0.0"
/**
* \brief Wasmtime major version number.
*/
#define WASMTIME_VERSION_MAJOR 26
#define WASMTIME_VERSION_MAJOR 27
/**
* \brief Wasmtime minor version number.
*/
Expand Down
Loading