Skip to content
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
278 changes: 186 additions & 92 deletions bazel/cargo/wasmtime/Cargo.Bazel.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bazel/cargo/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

[package]
name = "wasmtime-c-api-bazel"
version = "42.0.1"
version = "45.0.2"
edition = "2021"
rust-version = "1.78.0"
rust-version = "1.93.1"

[lib]
path = "fake_lib.rs"
Expand All @@ -26,4 +26,4 @@ path = "fake_lib.rs"
[dependencies]
# Fixes testdata build error due to missing crate_features = ["std"]
log = {version = "0.4.29", default-features = false, features = ['std']}
wasmtime-c-api-impl = {version = "42.0.1", default-features = false, features = ['cranelift', 'gc-drc']}
wasmtime-c-api-impl = {version = "45.0.2", default-features = false, features = ['cranelift', 'gc-drc']}
2 changes: 0 additions & 2 deletions bazel/cargo/wasmtime/remote/BUILD.anyhow-1.0.102.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ rust_library(
],
),
crate_features = [
"default",
"std",
],
crate_root = "src/lib.rs",
Expand Down Expand Up @@ -83,7 +82,6 @@ cargo_build_script(
],
),
crate_features = [
"default",
"std",
],
crate_name = "build_script_build",
Expand Down
6 changes: 3 additions & 3 deletions bazel/cargo/wasmtime/remote/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ alias(
)

alias(
name = "wasmtime-c-api-impl-42.0.1",
actual = "@cu__wasmtime-c-api-impl-42.0.1//:wasmtime_c_api",
name = "wasmtime-c-api-impl-45.0.2",
actual = "@cu__wasmtime-c-api-impl-45.0.2//:wasmtime_c_api",
tags = ["manual"],
)

alias(
name = "wasmtime-c-api-impl",
actual = "@cu__wasmtime-c-api-impl-42.0.1//:wasmtime_c_api",
actual = "@cu__wasmtime-c-api-impl-45.0.2//:wasmtime_c_api",
tags = ["manual"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo_toml_env_vars(
)

rust_library(
name = "cranelift_bforest",
name = "block_buffer",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
Expand All @@ -35,7 +35,7 @@ rust_library(
],
),
crate_root = "src/lib.rs",
edition = "2024",
edition = "2018",
rustc_env_files = [
":cargo_toml_env_vars",
],
Expand All @@ -44,13 +44,13 @@ rust_library(
],
tags = [
"cargo-bazel",
"crate-name=cranelift-bforest",
"crate-name=block-buffer",
"manual",
"noclippy",
"norustfmt",
],
version = "0.129.1",
version = "0.10.4",
deps = [
"@cu__cranelift-entity-0.129.1//:cranelift_entity",
"@cu__generic-array-0.14.7//:generic_array",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "3.16.0",
version = "3.20.3",
deps = [
"@cu__allocator-api2-0.2.21//:allocator_api2",
],
Expand Down
119 changes: 119 additions & 0 deletions bazel/cargo/wasmtime/remote/BUILD.cpp_demangle-0.4.5.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//bazel/cargo/wasmtime:crates_vendor
###############################################################################

load(
"@rules_rust//cargo:defs.bzl",
"cargo_build_script",
"cargo_toml_env_vars",
)
load("@rules_rust//rust:defs.bzl", "rust_library")

package(default_visibility = ["//visibility:public"])

cargo_toml_env_vars(
name = "cargo_toml_env_vars",
src = "Cargo.toml",
)

rust_library(
name = "cpp_demangle",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2018",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=cpp_demangle",
"manual",
"noclippy",
"norustfmt",
],
version = "0.4.5",
deps = [
"@cu__cfg-if-1.0.0//:cfg_if",
"@cu__cpp_demangle-0.4.5//:build_script_build",
],
)

cargo_build_script(
name = "_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
"**/*.rs",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2018",
pkg_name = "cpp_demangle",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=cpp_demangle",
"manual",
"noclippy",
"norustfmt",
],
version = "0.4.5",
visibility = ["//visibility:private"],
)

alias(
name = "build_script_build",
actual = ":_bs",
tags = ["manual"],
)
74 changes: 74 additions & 0 deletions bazel/cargo/wasmtime/remote/BUILD.cpufeatures-0.2.17.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//bazel/cargo/wasmtime:crates_vendor
###############################################################################

load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars")
load("@rules_rust//rust:defs.bzl", "rust_library")

package(default_visibility = ["//visibility:public"])

cargo_toml_env_vars(
name = "cargo_toml_env_vars",
src = "Cargo.toml",
)

rust_library(
name = "cpufeatures",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2018",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=cpufeatures",
"manual",
"noclippy",
"norustfmt",
],
version = "0.2.17",
deps = select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@cu__libc-0.2.186//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple"))
],
"@rules_rust//rust/platform:aarch64-apple-ios": [
"@cu__libc-0.2.186//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple"))
],
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
"@cu__libc-0.2.186//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple"))
],
"@rules_rust//rust/platform:aarch64-linux-android": [
"@cu__libc-0.2.186//:libc", # aarch64-linux-android
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@cu__libc-0.2.186//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux"))
],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
"@cu__libc-0.2.186//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux"))
],
"//conditions:default": [],
}),
)
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.129.1",
version = "0.132.2",
deps = [
"@cu__cranelift-assembler-x64-0.129.1//:build_script_build",
"@cu__cranelift-assembler-x64-0.132.2//:build_script_build",
],
)

Expand Down Expand Up @@ -107,10 +107,10 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "0.129.1",
version = "0.132.2",
visibility = ["//visibility:private"],
deps = [
"@cu__cranelift-assembler-x64-meta-0.129.1//:cranelift_assembler_x64_meta",
"@cu__cranelift-assembler-x64-meta-0.132.2//:cranelift_assembler_x64_meta",
],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.129.1",
version = "0.132.2",
deps = [
"@cu__cranelift-srcgen-0.129.1//:cranelift_srcgen",
"@cu__cranelift-srcgen-0.132.2//:cranelift_srcgen",
],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//bazel/cargo/wasmtime:crates_vendor
###############################################################################

load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars")
load("@rules_rust//rust:defs.bzl", "rust_library")

package(default_visibility = ["//visibility:public"])

cargo_toml_env_vars(
name = "cargo_toml_env_vars",
src = "Cargo.toml",
)

rust_library(
name = "cranelift_bforest",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
aliases = {
"@cu__wasmtime-internal-core-45.0.2//:wasmtime_internal_core": "wasmtime_core",
},
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2024",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=cranelift-bforest",
"manual",
"noclippy",
"norustfmt",
],
version = "0.132.2",
deps = [
"@cu__cranelift-entity-0.132.2//:cranelift_entity",
"@cu__wasmtime-internal-core-45.0.2//:wasmtime_internal_core",
],
)
Loading
Loading