add a wasm bazel toolchain (#603)

This commit is contained in:
walkingeyerobot
2020-09-10 21:42:46 -04:00
committed by GitHub
parent def6e4903a
commit 5f630def2a
20 changed files with 1835 additions and 0 deletions

9
scripts/test_bazel.sh Executable file
View 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