denoland / rusty_v8

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

Add `v8::Context::set_embedder_data` #1443

Open littledivy opened 4 months ago

littledivy commented 4 months ago

Needed for https://github.com/denoland/deno/pull/22978/

TODO: needs test ik