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-18 13:43:53 -08:00
.github/workflows Clean up and tweak Github Actions configuration (#7) 2019-11-02 16:00:03 -07:00
src Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08: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 Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08: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.gn Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08:00
build.rs Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08:00
build_overrides First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
buildtools First pass at build with cargo_gn 2019-10-31 18:38:14 -04:00
Cargo.lock Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08:00
Cargo.toml Work towards creating first Isolate (#12) 2019-11-18 13:43:53 -08: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