-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
I've been evaluating embedding V8 into a rust application. At a high level, what's needed to make this work with v6.9, assuming that I use bindgen to generate the low level bindings?
I'm not familiar with how often the V8 API changes between releases, so how much work would it take to change this crate accordingly? I'll be happy to help if I decide to attempt this.
My use cases are:
- Exposing many functions from Rust to be called by JavaScript, hopefully in an ergonomic way.
- Calling some JS functions from Rust
- Exposing some structs as JS classes, controlling what happens when script tries to make modifications so I can implement copy on write semantics.
Metadata
Metadata
Assignees
Labels
No labels