Run buildifier on bazel/ (#913)
This commit is contained in:
@@ -17,7 +17,7 @@ cc_binary(
|
||||
# to add different linkopts to BASE_LINKOPTS depending on things
|
||||
# like a "opt" or "dbg" compilation mode.
|
||||
linkopts = [
|
||||
"--bind", # Enable embind
|
||||
"--bind", # Enable embind
|
||||
"-sMODULARIZE",
|
||||
],
|
||||
# This target won't build successfully on its own because of missing emscripten
|
||||
|
||||
@@ -4,7 +4,9 @@ local_repository(
|
||||
)
|
||||
|
||||
load("@emsdk//:deps.bzl", "deps")
|
||||
|
||||
deps()
|
||||
|
||||
load("@emsdk//:emscripten_deps.bzl", "emscripten_deps")
|
||||
|
||||
emscripten_deps()
|
||||
|
||||
Reference in New Issue
Block a user