You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now trying to use emsdk/bazel with bzlmod. However, the contents of /bazel seem to not support bzlmod. In more detail, I'm trying to use emsdk using only MODULE.bazel, but it is not working well.
Is there a way to use emsdk with MODULE.bazel not WORKSPACE?
ERROR: Skipping '//includes:libgfm2pst-wasm.js': error loading package 'includes': Unable to find package for
@@[unknown repo 'emsdk' requested from @@]//emscripten_toolchain:wasm_rules.bzl: The repository '@@
[unknown repo 'emsdk' requested from @@]' could not be resolved: No repository visible as '@emsdk' from
main repository. Was the repository introduced in WORKSPACE? The WORKSPACE file is disabled by default in
Bazel 8 (late 2024) and will be removed in Bazel 9 (late 2025), please migrate to Bzlmod. See https://bazel.build/external/migration.
ERROR: error loading package 'includes': Unable to find package for @@[unknown repo 'emsdk' requested from
@@]//emscripten_toolchain:wasm_rules.bzl: The repository '@@[unknown repo 'emsdk' requested from @@]'
could not be resolved: No repository visible as '@emsdk' from main repository. Was the repository introduced in
WORKSPACE? The WORKSPACE file is disabled by default in Bazel 8 (late 2024) and will be removed in Bazel 9
(late 2025), please migrate to Bzlmod. See https://bazel.build/external/migration.
The text was updated successfully, but these errors were encountered:
I am now trying to use
emsdk/bazel
with bzlmod. However, the contents of/bazel
seem to not support bzlmod. In more detail, I'm trying to use emsdk using onlyMODULE.bazel
, but it is not working well.Is there a way to use emsdk with
MODULE.bazel
notWORKSPACE
?Ref:
The text was updated successfully, but these errors were encountered: