diff options
author | Ben Smith <binji@chromium.org> | 2015-09-29 12:37:56 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-29 12:37:56 -0700 |
commit | c184e08eaaaea38ef0a7e18c7ac844d92c36d971 (patch) | |
tree | 07813b7ff8c798a6345eea14f97d8f942411e1af /scripts | |
parent | 55ba0ad3a83bcf9ad76ff98fcf1733d4024d4a9e (diff) | |
download | wabt-c184e08eaaaea38ef0a7e18c7ac844d92c36d971.tar.gz wabt-c184e08eaaaea38ef0a7e18c7ac844d92c36d971.tar.bz2 wabt-c184e08eaaaea38ef0a7e18c7ac844d92c36d971.zip |
update v8-native-prototype. This fixes i64 mem loads
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/download-d8.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-d8.sh b/scripts/download-d8.sh index cadef1da..05cf1d58 100755 --- a/scripts/download-d8.sh +++ b/scripts/download-d8.sh @@ -6,7 +6,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" ROOT_DIR="$(dirname "${SCRIPT_DIR}")" OUT_DIR="${ROOT_DIR}/out" -V8_SHA=a1d0f8d9e564f8a95f752c021993911bafdb6d65 +V8_SHA=1e3d7a199848a4850085e5c7f9dcb524d3f23d6a BUCKET_URL=https://storage.googleapis.com/webassembly/v8-native-prototype/${V8_SHA} Download() { |