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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user