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-11-27 07:14:39 -08:00
.github/workflows Clean up and tweak Github Actions configuration (#7) 2019-11-02 16:00:03 -07:00
src First pass at HandleScope (#18) 2019-11-27 07:14:39 -08:00
third_party Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00
.gclient Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00
.gitignore Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00
.gitmodules First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
.gn Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05: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 Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00
Cargo.lock Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05:00
Cargo.toml Refactor build / enable 'cargo package' (#15) 2019-11-19 17:48:50 -05: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