diff options
author | Ben Smith <binji@chromium.org> | 2016-04-27 15:05:29 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-04-27 17:33:40 -0700 |
commit | e8100f790f25142d862a73f10495215fe70e4c48 (patch) | |
tree | 4975aa03b96648e1ffec54cc111a4bc530772ca6 /.gitmodules | |
parent | 5ccfea1eff9dd9fb71e70479216e1f478429f9be (diff) | |
download | wabt-e8100f790f25142d862a73f10495215fe70e4c48.tar.gz wabt-e8100f790f25142d862a73f10495215fe70e4c48.tar.bz2 wabt-e8100f790f25142d862a73f10495215fe70e4c48.zip |
add {run-,}gen-wasm.py; used to generate .wasm
These will be useful for testing the binary reader.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 706771c8..55067ee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/CMakeXFind"] path = third_party/CMakeXFind url = https://github.com/julp/CMakeXFind +[submodule "third_party/ply"] + path = third_party/ply + url = https://github.com/dabeaz/ply |