diff options
author | Ben Smith <binji@chromium.org> | 2015-09-25 23:19:07 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-25 23:19:07 -0700 |
commit | 5a87a675dee28282a3c6784e5caa9dd4f016333f (patch) | |
tree | 340269045265163458ad9aaabcd324278b64dfbc /.gitmodules | |
parent | ed3856044cd17686a626c895cbf4f9441f543923 (diff) | |
download | wabt-5a87a675dee28282a3c6784e5caa9dd4f016333f.tar.gz wabt-5a87a675dee28282a3c6784e5caa9dd4f016333f.tar.bz2 wabt-5a87a675dee28282a3c6784e5caa9dd4f016333f.zip |
add spec repo as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c6296e11..b1e36f4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/v8-native-prototype"] path = third_party/v8-native-prototype url = https://github.com/WebAssembly/v8-native-prototype +[submodule "third_party/spec"] + path = third_party/spec + url = https://github.com/WebAssembly/spec |