add a wasm bazel toolchain (#603)
This commit is contained in:
6
bazel/hello-world/hello-world.cc
Normal file
6
bazel/hello-world/hello-world.cc
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::cout << "hello world!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user