0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00
Rust bindings for the V8 JavaScript engine
Find a file
2019-12-04 11:29:33 -05:00
.github/workflows add cargo publish github action (#26) 2019-12-04 01:45:50 -05:00
base/trace_event replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
build@5b92eaadf6 Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
buildtools@40fca99fd2 Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
src Move StringBuffer and StringView into inspector namespace 2019-12-04 10:51:46 -05:00
tests Move StringBuffer and StringView into inspector namespace 2019-12-04 10:51:46 -05:00
third_party Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
tools Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
v8@2b3800c48c Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
.gitignore replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
.gitmodules Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
.gn replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
.rustfmt.toml update 2019-10-08 02:06:48 +02:00
BUILD.gn Move StringBuffer and StringView into inspector namespace 2019-12-04 10:51:46 -05:00
build.rs Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00
Cargo.lock Basic Local<String> support (#27) 2019-12-04 08:17:13 +01:00
Cargo.toml Basic Local<String> support (#27) 2019-12-04 08:17:13 +01:00
LICENSE clean up (#4) 2019-11-01 13:50:12 -04:00
README.md Upgrade V8 to 8.0.427 2019-12-04 11:29:33 -05:00

Rusty V8 Binding

V8 Version: 8.0.427

Build Status

crates.io

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.

Env vars used in build.rs: SCCACHE, GCLIENT_SYNC