From 5a87a675dee28282a3c6784e5caa9dd4f016333f Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 25 Sep 2015 23:19:07 -0700 Subject: add spec repo as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3