summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-04-27 15:05:29 -0700
committerBen Smith <binji@chromium.org>2016-04-27 17:33:40 -0700
commite8100f790f25142d862a73f10495215fe70e4c48 (patch)
tree4975aa03b96648e1ffec54cc111a4bc530772ca6 /.gitmodules
parent5ccfea1eff9dd9fb71e70479216e1f478429f9be (diff)
downloadwabt-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--.gitmodules3
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