File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
bazel/cargo/wasmtime/remote Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,6 @@ rust_library(
53
53
# buildifier: leave-alone
54
54
deps = [
55
55
] + selects.with_or({
56
- # cfg(target_os = "wasi")
57
- (
58
- "@rules_rust//rust/platform:wasm32-wasi",
59
- ): [
60
- "@wasmtime__libc__0_2_137//:libc",
61
- ],
62
- "//conditions:default": [],
63
- }) + selects.with_or({
64
56
# cfg(unix)
65
57
(
66
58
"@rules_rust//rust/platform:i686-apple-darwin",
Original file line number Diff line number Diff line change @@ -111,15 +111,6 @@ cargo_build_script(
111
111
): [
112
112
],
113
113
"//conditions:default": [],
114
- }) + selects.with_or({
115
- # cfg(windows)
116
- (
117
- "@rules_rust//rust/platform:i686-pc-windows-msvc",
118
- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
119
- ): [
120
- "@wasmtime__windows_sys__0_42_0//:windows_sys",
121
- ],
122
- "//conditions:default": [],
123
114
}),
124
115
)
125
116
@@ -206,14 +197,5 @@ rust_library(
206
197
"@wasmtime__libc__0_2_137//:libc",
207
198
],
208
199
"//conditions:default": [],
209
- }) + selects.with_or({
210
- # cfg(windows)
211
- (
212
- "@rules_rust//rust/platform:i686-pc-windows-msvc",
213
- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
214
- ): [
215
- "@wasmtime__windows_sys__0_42_0//:windows_sys",
216
- ],
217
- "//conditions:default": [],
218
200
}),
219
201
)
You can’t perform that action at this time.
0 commit comments