mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 05:43:13 -05:00
Upgrade V8 to 8.0.427
This commit is contained in:
parent
d94117882a
commit
6cf92a7fa3
8 changed files with 13 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
|||
[submodule "buildtools"]
|
||||
path = buildtools
|
||||
url = https://github.com/denoland/chromium_buildtools.git
|
||||
[submodule "third_party/zlib"]
|
||||
path = third_party/zlib
|
||||
url = https://chromium.googlesource.com/chromium/src/third_party/zlib.git
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# rusty_v8
|
||||
# Rusty V8 Binding
|
||||
|
||||
V8 Version: 8.0.427
|
||||
|
||||
[![Build Status](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions)
|
||||
|
||||
https://crates.io/crates/rusty_v8
|
||||
[![crates.io](https://img.shields.io/crates/v/rusty_v8.svg)](https://crates.io/crates/rusty_v8)
|
||||
|
||||
This is a project to replace libdeno with a full V8 binding. It's very much
|
||||
under construction and not usable. I'll update this message if it ever is.
|
||||
|
|
2
build
2
build
|
@ -1 +1 @@
|
|||
Subproject commit 4d6554f3741e76b4c57d4aa58d5df98716a38c05
|
||||
Subproject commit 5b92eaadf6668ffe4383287c698520bfcf059f4e
|
2
build.rs
2
build.rs
|
@ -127,7 +127,7 @@ fn clang_download() -> PathBuf {
|
|||
println!("clang_base_path {}", clang_base_path.display());
|
||||
let status = Command::new("python")
|
||||
.arg("./tools/clang/scripts/update.py")
|
||||
.arg("--clang-dir")
|
||||
.arg("--output-dir")
|
||||
.arg(&clang_base_path)
|
||||
.status()
|
||||
.expect("clang download failed");
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f446d2d4fda7b7da42670ecb9b42059d561e1166
|
||||
Subproject commit 40fca99fd2923061b9e531e9f1f9617067e7374a
|
1
third_party/zlib
vendored
Submodule
1
third_party/zlib
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e77e1c06c8881abff0c7418368d147ff4a474d08
|
|
@ -1 +1 @@
|
|||
Subproject commit c5d85f1e9d3a01e4de2ccf4dfaa7847653ae9121
|
||||
Subproject commit d1940b1bfa68075a3163adfcd10423c98cb54c72
|
2
v8
2
v8
|
@ -1 +1 @@
|
|||
Subproject commit 9d867c52741eb9fd5e63918e18e124d496d526d9
|
||||
Subproject commit 2b3800c48c0dd755bcd9213023dccdae36798aba
|
Loading…
Reference in a new issue