0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
Rust bindings for the V8 JavaScript engine
Find a file
2019-11-29 18:58:29 -08:00
.github/workflows replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08: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@4d6554f374 replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
buildtools@f446d2d4fd replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
src First pass at HandleScope (#18) 2019-11-27 07:14:39 -08:00
third_party replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
tools replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
v8@9d867c5274 replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
.gitignore replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
.gitmodules replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08: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 First pass at HandleScope (#18) 2019-11-27 07:14:39 -08:00
build.rs replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
Cargo.lock replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
Cargo.toml replace gclient with git submodules so 'cargo package' works with verification (#19) 2019-11-29 18:58:29 -08:00
LICENSE clean up (#4) 2019-11-01 13:50:12 -04:00
README.md Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00

rusty_v8

Build Status

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.

Env vars used in build.rs: SCCACHE, GCLIENT_SYNC