11 ms·
There is some awesome reusable bits here for embedding V8 in a rust application.[0] I wish the build process was documented somewhere instead of just distribut
by zmanian 10y ago
There is some awesome reusable bits here for embedding V8 in a rust application.[0]
I wish the build process was documented somewhere instead of just distributing binaries but it isn't shocking that it is probably a pretty complicated environment to setup.
https://github.com/dflemstr/rq/blob/master/src/query/context.rs https://github.com/dflemstr/rq/blob/master/src/query/context...
- daenney 10y agoThe instructions can be found here: https://github.com/dflemstr/rq/blob/master/CONTRIBUTING.md https://github.com/dflemstr/rq/blob/master/CONTRIBUTING.md. So you'll need to fetch a V8 build and set two environment variables pointing to them but then it's just a regular cargo build.
- steveklabnik 10y agoIf you're interested in the other way around, see https://github.com/neon-bindings/neon https://github.com/neon-bindings/neon