diff options
author | Ben Smith <binji@chromium.org> | 2015-12-17 13:20:00 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-12-17 13:20:00 -0800 |
commit | 7fbc0f5b38e1aade586f0c353862ca971ac5cf22 (patch) | |
tree | d99071a65544047dac39ea3da451af12be852e03 /.gitmodules | |
parent | a27b0c7b993b0eb9caf6dc7f9d0c7d95f177029c (diff) | |
download | wabt-7fbc0f5b38e1aade586f0c353862ca971ac5cf22.tar.gz wabt-7fbc0f5b38e1aade586f0c353862ca971ac5cf22.tar.bz2 wabt-7fbc0f5b38e1aade586f0c353862ca971ac5cf22.zip |
use upstream v8 instead of v8-native-prototype
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fba67fcd..ecf8fc61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +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/testsuite"] path = third_party/testsuite url = https://github.com/WebAssembly/testsuite +[submodule "third_party/v8/v8"] + path = third_party/v8/v8 + url = https://chromium.googlesource.com/v8/v8.git |