Mercurial
comparison third_party/emsdk/bazel/BUILD @ 179:8d17f6e6e290
[ThirdParty] Added emsdk bazel rules that can be supported by bazel 9.0.0
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 22 Jan 2026 21:23:17 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 178:94705b5986b3 | 179:8d17f6e6e290 |
|---|---|
| 1 package(default_visibility = ["//visibility:public"]) | |
| 2 | |
| 3 filegroup(name = "empty") | |
| 4 | |
| 5 platform( | |
| 6 name = "platform_wasm", | |
| 7 constraint_values = [ | |
| 8 "@platforms//cpu:wasm32", | |
| 9 "@platforms//os:emscripten", | |
| 10 ], | |
| 11 ) | |
| 12 | |
| 13 platform( | |
| 14 name = "platform_wasi", | |
| 15 constraint_values = [ | |
| 16 "@platforms//cpu:wasm32", | |
| 17 "@platforms//os:wasi", | |
| 18 ], | |
| 19 ) |