Skip to content
Draft
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
134 changes: 67 additions & 67 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.package]
version = "37.0.1"
version = "37.0.2"
authors = ["The Wasmtime Project Developers"]
edition = "2024"
# Wasmtime's current policy is that this number can be no larger than the
Expand Down Expand Up @@ -228,19 +228,19 @@ multiple_bound_locations = 'warn'
# tooling but aren't intended to be widely depended on.
#
# All of these crates are supported though in the sense that
wasmtime = { path = "crates/wasmtime", version = "37.0.1", default-features = false }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=37.0.1" }
wasmtime-environ = { path = "crates/environ", version = "=37.0.1" }
wasmtime-wasi = { path = "crates/wasi", version = "37.0.1", default-features = false }
wasmtime-wasi-io = { path = "crates/wasi-io", version = "37.0.1", default-features = false }
wasmtime-wasi-http = { path = "crates/wasi-http", version = "37.0.1", default-features = false }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "37.0.1" }
wasmtime-wasi-config = { path = "crates/wasi-config", version = "37.0.1" }
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "37.0.1" }
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "37.0.1" }
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "37.0.1" }
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "37.0.1" }
wasmtime-wast = { path = "crates/wast", version = "=37.0.1" }
wasmtime = { path = "crates/wasmtime", version = "37.0.2", default-features = false }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=37.0.2" }
wasmtime-environ = { path = "crates/environ", version = "=37.0.2" }
wasmtime-wasi = { path = "crates/wasi", version = "37.0.2", default-features = false }
wasmtime-wasi-io = { path = "crates/wasi-io", version = "37.0.2", default-features = false }
wasmtime-wasi-http = { path = "crates/wasi-http", version = "37.0.2", default-features = false }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "37.0.2" }
wasmtime-wasi-config = { path = "crates/wasi-config", version = "37.0.2" }
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "37.0.2" }
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "37.0.2" }
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "37.0.2" }
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "37.0.2" }
wasmtime-wast = { path = "crates/wast", version = "=37.0.2" }

# Internal Wasmtime-specific crates.
#
Expand All @@ -249,54 +249,54 @@ wasmtime-wast = { path = "crates/wast", version = "=37.0.1" }
# that these are internal unsupported crates for external use. These exist as
# part of the project organization of other public crates in Wasmtime and are
# otherwise not supported in terms of CVEs for example.
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=37.0.1", package = 'wasmtime-internal-wmemcheck' }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=37.0.1", package = 'wasmtime-internal-c-api-macros' }
wasmtime-cache = { path = "crates/cache", version = "=37.0.1", package = 'wasmtime-internal-cache' }
wasmtime-cranelift = { path = "crates/cranelift", version = "=37.0.1", package = 'wasmtime-internal-cranelift' }
wasmtime-winch = { path = "crates/winch", version = "=37.0.1", package = 'wasmtime-internal-winch' }
wasmtime-explorer = { path = "crates/explorer", version = "=37.0.1", package = 'wasmtime-internal-explorer' }
wasmtime-fiber = { path = "crates/fiber", version = "=37.0.1", package = 'wasmtime-internal-fiber' }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=37.0.1", package = 'wasmtime-internal-jit-debug' }
wasmtime-component-util = { path = "crates/component-util", version = "=37.0.1", package = 'wasmtime-internal-component-util' }
wasmtime-component-macro = { path = "crates/component-macro", version = "=37.0.1", package = 'wasmtime-internal-component-macro' }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=37.0.1", package = 'wasmtime-internal-asm-macros' }
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=37.0.1", package = 'wasmtime-internal-versioned-export-macros' }
wasmtime-slab = { path = "crates/slab", version = "=37.0.1", package = 'wasmtime-internal-slab' }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=37.0.1", package = 'wasmtime-internal-jit-icache-coherence' }
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=37.0.1", package = 'wasmtime-internal-wit-bindgen' }
wasmtime-math = { path = "crates/math", version = "=37.0.1", package = 'wasmtime-internal-math' }
wasmtime-unwinder = { path = "crates/unwinder", version = "=37.0.1", package = 'wasmtime-internal-unwinder' }
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=37.0.2", package = 'wasmtime-internal-wmemcheck' }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=37.0.2", package = 'wasmtime-internal-c-api-macros' }
wasmtime-cache = { path = "crates/cache", version = "=37.0.2", package = 'wasmtime-internal-cache' }
wasmtime-cranelift = { path = "crates/cranelift", version = "=37.0.2", package = 'wasmtime-internal-cranelift' }
wasmtime-winch = { path = "crates/winch", version = "=37.0.2", package = 'wasmtime-internal-winch' }
wasmtime-explorer = { path = "crates/explorer", version = "=37.0.2", package = 'wasmtime-internal-explorer' }
wasmtime-fiber = { path = "crates/fiber", version = "=37.0.2", package = 'wasmtime-internal-fiber' }
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=37.0.2", package = 'wasmtime-internal-jit-debug' }
wasmtime-component-util = { path = "crates/component-util", version = "=37.0.2", package = 'wasmtime-internal-component-util' }
wasmtime-component-macro = { path = "crates/component-macro", version = "=37.0.2", package = 'wasmtime-internal-component-macro' }
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=37.0.2", package = 'wasmtime-internal-asm-macros' }
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=37.0.2", package = 'wasmtime-internal-versioned-export-macros' }
wasmtime-slab = { path = "crates/slab", version = "=37.0.2", package = 'wasmtime-internal-slab' }
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=37.0.2", package = 'wasmtime-internal-jit-icache-coherence' }
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=37.0.2", package = 'wasmtime-internal-wit-bindgen' }
wasmtime-math = { path = "crates/math", version = "=37.0.2", package = 'wasmtime-internal-math' }
wasmtime-unwinder = { path = "crates/unwinder", version = "=37.0.2", package = 'wasmtime-internal-unwinder' }

# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
# used in the `wasmtime-*` family of crates depending on various features/etc.
wiggle = { path = "crates/wiggle", version = "=37.0.1", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=37.0.1" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=37.0.1" }
wasi-common = { path = "crates/wasi-common", version = "=37.0.1", default-features = false }
pulley-interpreter = { path = 'pulley', version = "=37.0.1" }
pulley-macros = { path = 'pulley/macros', version = "=37.0.1" }
wiggle = { path = "crates/wiggle", version = "=37.0.2", default-features = false }
wiggle-macro = { path = "crates/wiggle/macro", version = "=37.0.2" }
wiggle-generate = { path = "crates/wiggle/generate", version = "=37.0.2" }
wasi-common = { path = "crates/wasi-common", version = "=37.0.2", default-features = false }
pulley-interpreter = { path = 'pulley', version = "=37.0.2" }
pulley-macros = { path = 'pulley/macros', version = "=37.0.2" }

# Cranelift crates in this workspace
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.124.1" }
cranelift-codegen = { path = "cranelift/codegen", version = "0.124.1", default-features = false, features = ["std", "unwind"] }
cranelift-frontend = { path = "cranelift/frontend", version = "0.124.1" }
cranelift-entity = { path = "cranelift/entity", version = "0.124.1" }
cranelift-native = { path = "cranelift/native", version = "0.124.1" }
cranelift-module = { path = "cranelift/module", version = "0.124.1" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.124.1" }
cranelift-reader = { path = "cranelift/reader", version = "0.124.1" }
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.124.2" }
cranelift-codegen = { path = "cranelift/codegen", version = "0.124.2", default-features = false, features = ["std", "unwind"] }
cranelift-frontend = { path = "cranelift/frontend", version = "0.124.2" }
cranelift-entity = { path = "cranelift/entity", version = "0.124.2" }
cranelift-native = { path = "cranelift/native", version = "0.124.2" }
cranelift-module = { path = "cranelift/module", version = "0.124.2" }
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.124.2" }
cranelift-reader = { path = "cranelift/reader", version = "0.124.2" }
cranelift-filetests = { path = "cranelift/filetests" }
cranelift-object = { path = "cranelift/object", version = "0.124.1" }
cranelift-jit = { path = "cranelift/jit", version = "0.124.1" }
cranelift-object = { path = "cranelift/object", version = "0.124.2" }
cranelift-jit = { path = "cranelift/jit", version = "0.124.2" }
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.124.1" }
cranelift-bitset = { path = "cranelift/bitset", version = "0.124.1" }
cranelift-control = { path = "cranelift/control", version = "0.124.1" }
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.124.1" }
cranelift = { path = "cranelift/umbrella", version = "0.124.1" }
cranelift-bforest = { path = "cranelift/bforest", version = "0.124.2" }
cranelift-bitset = { path = "cranelift/bitset", version = "0.124.2" }
cranelift-control = { path = "cranelift/control", version = "0.124.2" }
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.124.2" }
cranelift = { path = "cranelift/umbrella", version = "0.124.2" }

# Winch crates in this workspace.
winch-codegen = { path = "winch/codegen", version = "=37.0.1" }
winch-codegen = { path = "winch/codegen", version = "=37.0.2" }

# Internal crates not published to crates.io used in testing, builds, etc
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
Expand Down
4 changes: 2 additions & 2 deletions cranelift/assembler-x64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cranelift-assembler-x64"
description = "A Cranelift-specific x64 assembler"
version = "0.124.1"
version = "0.124.2"
license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true
rust-version.workspace = true
Expand All @@ -16,7 +16,7 @@ arbtest = "0.3.1"
capstone = { workspace = true }

[build-dependencies]
cranelift-assembler-x64-meta = { path = "meta", version = "0.124.1" }
cranelift-assembler-x64-meta = { path = "meta", version = "0.124.2" }

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cranelift/assembler-x64/meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cranelift-assembler-x64-meta"
description = "Generate a Cranelift-specific assembler for x64 instructions"
version = "0.124.1"
version = "0.124.2"
license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true
rust-version.workspace = true
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-codegen"
Expand All @@ -25,7 +25,7 @@ anyhow = { workspace = true, optional = true, features = ['std'] }
bumpalo = "3"
capstone = { workspace = true, optional = true }
cranelift-assembler-x64 = { workspace = true }
cranelift-codegen-shared = { path = "./shared", version = "0.124.1" }
cranelift-codegen-shared = { path = "./shared", version = "0.124.2" }
cranelift-entity = { workspace = true }
cranelift-bforest = { workspace = true }
cranelift-bitset = { workspace = true }
Expand Down Expand Up @@ -56,8 +56,8 @@ env_logger = { workspace = true }
proptest = { workspace = true }

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

[features]
default = ["std", "unwind", "host-arch", "timing"]
Expand Down
6 changes: 3 additions & 3 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.124.1"
version = "0.124.2"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
Expand All @@ -17,8 +17,8 @@ rustdoc-args = ["--document-private-items"]

[dependencies]
cranelift-srcgen = { workspace = true }
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.124.1" }
cranelift-codegen-shared = { path = "../shared", version = "0.124.1" }
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.124.2" }
cranelift-codegen-shared = { path = "../shared", version = "0.124.2" }
pulley-interpreter = { workspace = true, optional = true }
heck = "0.5.0"

Expand Down
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"

[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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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.124.1"
version = "0.124.2"
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/srcgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cranelift-srcgen"
version = "0.124.1"
version = "0.124.2"
authors = ["The Wasmtime Project Developers"]
description = "Helper functions for generating Rust and ISLE files"
license = "Apache-2.0 WITH LLVM-exception"
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.124.1"
version = "0.124.2"
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 @@ -213,7 +213,7 @@
/**
* \brief Wasmtime version string.
*/
#define WASMTIME_VERSION "37.0.1"
#define WASMTIME_VERSION "37.0.2"
/**
* \brief Wasmtime major version number.
*/
Expand All @@ -225,6 +225,6 @@
/**
* \brief Wasmtime patch version number.
*/
#define WASMTIME_VERSION_PATCH 1
#define WASMTIME_VERSION_PATCH 2

#endif // WASMTIME_API_H
Loading
Loading