diff options
author | Ben Smith <binji@chromium.org> | 2015-09-08 00:46:17 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-08 00:46:23 -0700 |
commit | c4d78e756e1441540308514c50e16b386b22ea38 (patch) | |
tree | 1c6eb4ab49e299514489f87322b0b0d2b427b32f /.gitmodules | |
parent | 55fb4bc1401388969635883024bf3c02957ea593 (diff) | |
download | wabt-c4d78e756e1441540308514c50e16b386b22ea38.tar.gz wabt-c4d78e756e1441540308514c50e16b386b22ea38.tar.bz2 wabt-c4d78e756e1441540308514c50e16b386b22ea38.zip |
v8-native-prototype submodule
Also added script to build d8 from source
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..c6296e11 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/v8-native-prototype"] + path = third_party/v8-native-prototype + url = https://github.com/WebAssembly/v8-native-prototype |