summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-04-07 10:58:46 -0700
committerBen Smith <binji@chromium.org>2016-04-11 16:30:27 -0700
commit8d5fefa18f0a3aace4e960bb6c38bd130dd47d3d (patch)
tree03263b7b513fcac912b22ef23d3e19e9a659f4b1 /.gitmodules
parentd4d12bf331a1301e8f7f8c4a73af5d66fb7f3269 (diff)
downloadwabt-8d5fefa18f0a3aace4e960bb6c38bd130dd47d3d.tar.gz
wabt-8d5fefa18f0a3aace4e960bb6c38bd130dd47d3d.tar.bz2
wabt-8d5fefa18f0a3aace4e960bb6c38bd130dd47d3d.zip
squirrel interpreter works for simple cases
It's pretty clunky though
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d0999e3e..065ad01e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
+[submodule "third_party/squirrel"]
+ path = third_party/squirrel
+ url = https://github.com/albertodemichelis/squirrel/