diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-15 14:12:04 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-17 11:57:08 -0800 |
commit | 2db4c1648bdf2f3382c8daba73665f50b18c6d9a (patch) | |
tree | 40d3816c2e2b058eb6fb30b8960eb058a754abe8 | |
parent | c01ef410c9c3df8c12504f365e04190935ac2376 (diff) | |
download | binaryen-2db4c1648bdf2f3382c8daba73665f50b18c6d9a.tar.gz binaryen-2db4c1648bdf2f3382c8daba73665f50b18c6d9a.tar.bz2 binaryen-2db4c1648bdf2f3382c8daba73665f50b18c6d9a.zip |
add emscripten submodule on vanilla branch
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | test/emscripten | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cb63d1944..dd6f813bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,7 @@ [submodule "test/waterfall"] path = test/waterfall url = https://github.com/WebAssembly/waterfall.git + +[submodule "test/emscripten"] + path = test/emscripten + url = https://github.com/kripken/emscripten.git diff --git a/test/emscripten b/test/emscripten new file mode 160000 +Subproject 6697ee480bdbdb8ccfa0750f25a8be3897c9d73 |