Skip to content

Commit 337701f

Browse files
committed
Work through the bazel issues
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 3344120 commit 337701f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WORKSPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_depende
99

1010
rules_foreign_cc_dependencies()
1111

12+
# Need to load bazel_features deps as well (now that we've pulled in rules_foreign_cc_deps)
13+
load("@bazel_features//:deps.bzl", "bazel_features_deps")
14+
15+
bazel_features_deps()
16+
1217
proxy_wasm_cpp_host_engine_repositories()
1318

1419
load("@proxy_wasm_cpp_host//bazel:dependencies.bzl", "proxy_wasm_cpp_host_dependencies")

0 commit comments

Comments
 (0)