denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.27k stars 307 forks source link

feat: rust bindgen and publish flow #1507

Closed devsnek closed 3 months ago

devsnek commented 3 months ago

Adds bindgen, which is a little bit complex due to build being inside gn. I moved a sizeof definition over just as a basic test but we should be able to migrate the entire struct definition and others in the future.