add a wasm bazel toolchain (#603)
This commit is contained in:
9
scripts/test_bazel.sh
Executable file
9
scripts/test_bazel.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "test bazel"
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
cd bazel
|
||||
bazel build //hello-world:hello-world-wasm
|
||||
Reference in New Issue
Block a user