Update build_bazel_rules_nodejs to fix closure compiles (#912)

* Update build_bazel_rules_nodejs to fix closure compiles

* Fix spacing in update_bazel_workspace.sh script

* space
This commit is contained in:
Kevin Lubick
2021-10-19 17:44:48 -04:00
committed by GitHub
parent f8615b4782
commit 40882443a1
3 changed files with 33 additions and 10 deletions

View File

@@ -26,4 +26,6 @@ bazel build //hello-world:hello-world-wasm-simd
cd test_external
bazel build //:hello-world-wasm
bazel build //:hello-embind-wasm
bazel build //:hello-embind-wasm --compilation_mode dbg # debug
# Test use of the closure compiler
bazel build //:hello-embind-wasm --compilation_mode opt # release