forked from proxy-wasm/proxy-wasm-cpp-host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD.bazel
56 lines (48 loc) · 1.18 KB
/
BUILD.bazel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
###############################################################################
# @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
###############################################################################
package(default_visibility = ["//visibility:public"])
exports_files(
[
"cargo-bazel.json",
"crates.bzl",
"defs.bzl",
] + glob(["*.bazel"]),
)
filegroup(
name = "srcs",
srcs = glob([
"*.bazel",
"*.bzl",
]),
)
# Workspace Member Dependencies
alias(
name = "anyhow",
actual = "@cu__anyhow-1.0.86//:anyhow",
tags = ["manual"],
)
alias(
name = "env_logger",
actual = "@cu__env_logger-0.10.2//:env_logger",
tags = ["manual"],
)
alias(
name = "once_cell",
actual = "@cu__once_cell-1.19.0//:once_cell",
tags = ["manual"],
)
alias(
name = "wasmtime",
actual = "@cu__wasmtime-9.0.4//:wasmtime",
tags = ["manual"],
)
alias(
name = "wasmtime-c-api-macros",
actual = "@cu__wasmtime-c-api-macros-0.0.0//:wasmtime_c_api_macros",
tags = ["manual"],
)