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(
5353 # buildifier: leave-alone
5454 deps = [
5555 ] + 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({
6456 # cfg(unix)
6557 (
6658 "@rules_rust//rust/platform:i686-apple-darwin",
Original file line number Diff line number Diff line change @@ -111,15 +111,6 @@ cargo_build_script(
111111 ): [
112112 ],
113113 "//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": [],
123114 }),
124115)
125116
@@ -206,14 +197,5 @@ rust_library(
206197 "@wasmtime__libc__0_2_137//:libc",
207198 ],
208199 "//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": [],
218200 }),
219201)
You can’t perform that action at this time.
0 commit comments