File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
16
16
load ("@emsdk//:deps.bzl" , emsdk_deps = "deps" )
17
17
18
- # Requires proxy_wasm_cpp_host_repositories () to be loaded first.
19
- def proxy_wasm_cpp_host_dependencies ():
18
+ # Requires proxy_wasm_cpp_sdk_repositories () to be loaded first.
19
+ def proxy_wasm_cpp_sdk_dependencies ():
20
20
protobuf_deps ()
21
21
emsdk_deps ()
Original file line number Diff line number Diff line change 14
14
15
15
load ("@emsdk//:emscripten_deps.bzl" , "emscripten_deps" )
16
16
17
- # Requires proxy_wasm_cpp_host_dependencies () to be loaded first.
18
- def proxy_wasm_cpp_host_dependencies_extra ():
17
+ # Requires proxy_wasm_cpp_sdk_dependencies () to be loaded first.
18
+ def proxy_wasm_cpp_sdk_dependencies_extra ():
19
19
emscripten_deps ()
Original file line number Diff line number Diff line change 15
15
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
16
16
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
17
17
18
- def proxy_wasm_cpp_host_repositories ():
18
+ def proxy_wasm_cpp_sdk_repositories ():
19
19
maybe (
20
20
http_archive ,
21
21
name = "emsdk" ,
You can’t perform that action at this time.
0 commit comments