(bazel) Set @platforms//os:emscripten for platform_wasm (#1363)

* (bazel) Set @platforms//os:emscripten for platform_wasm

* (bazel) Set @platforms//os:emscripten for platform_wasm

* (bazel) Set @platforms//os:emscripten for platform_wasm
This commit is contained in:
Damian
2024-04-04 21:04:10 +02:00
committed by GitHub
parent e10826f919
commit 90d2168e72
5 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ The SHA1 hash in the above `strip_prefix` and `url` parameters correspond to the
newer versions, you'll need to update those. To make use of older versions, change the
parameter of `emsdk_emscripten_deps()`. Supported versions are listed in `revisions.bzl`
Bazel 7+ additionally requires `platforms` dependencies in the `MODULE.bazel` file.
```starlark
bazel_dep(name = "platforms", version = "0.0.9")
```
## Building