Rust bindings for the V8 JavaScript engine
Go to file
2019-11-15 12:57:34 -05:00
.github/workflows Clean up and tweak Github Actions configuration (#7) 2019-11-02 16:00:03 -07:00
.vscode wip 2019-10-22 20:10:40 -07:00
src Add binding to v8::V8::SetFlagsFromCommandLine (#8) 2019-11-15 12:57:34 -05:00
third_party Make github actions green (#2) 2019-11-01 00:10:00 -04:00
tools Make github actions green (#2) 2019-11-01 00:10:00 -04:00
.gitattributes Make it build on windows (#5) 2019-11-01 22:29:19 -07:00
.gitignore Make github actions green (#2) 2019-11-01 00:10:00 -04:00
.gitmodules First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
.gn First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
.rustfmt.toml update 2019-10-08 02:06:48 +02:00
build First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
build_overrides First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
BUILD.gn Add binding to v8::V8::SetFlagsFromCommandLine (#8) 2019-11-15 12:57:34 -05:00
build.rs add depot_tools to path in build.rs (#6) 2019-11-02 14:51:37 -04:00
buildtools First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
Cargo.lock Add binding to v8::V8::SetFlagsFromCommandLine (#8) 2019-11-15 12:57:34 -05:00
Cargo.toml Add binding to v8::V8::SetFlagsFromCommandLine (#8) 2019-11-15 12:57:34 -05:00
LICENSE clean up (#4) 2019-11-01 13:50:12 -04:00
README.md clean up (#4) 2019-11-01 13:50:12 -04:00
testing Make github actions green (#2) 2019-11-01 00:10:00 -04:00

rusty_v8

Build Status

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