add test and fix em tests

This commit is contained in:
Mark McCaskey
2019-04-05 11:24:27 -07:00
parent 44fba93266
commit 7f6e4785f0
52 changed files with 145 additions and 42 deletions

4
lib/emscripten/emtests/hello.cpp vendored Normal file
View File

@ -0,0 +1,4 @@
#include <iostream>
int main() {
std::cout << "hello world\n";
}