Skip to content

Commit 895bfb6

Browse files
committed
Change the name to use "sdk" instead of "host"
Signed-off-by: Ingwon Song <[email protected]>
1 parent c32d380 commit 895bfb6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bazel/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
1616
load("@emsdk//:deps.bzl", emsdk_deps = "deps")
1717

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():
2020
protobuf_deps()
2121
emsdk_deps()

bazel/dependencies_extra.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
load("@emsdk//:emscripten_deps.bzl", "emscripten_deps")
1616

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():
1919
emscripten_deps()

bazel/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1616
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
1717

18-
def proxy_wasm_cpp_host_repositories():
18+
def proxy_wasm_cpp_sdk_repositories():
1919
maybe(
2020
http_archive,
2121
name = "emsdk",

0 commit comments

Comments
 (0)