denoland / rusty_v8

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

Missing v8::Context::new() options #1438

Open bartlomieju opened 4 months ago

bartlomieju commented 4 months ago

We don't support some of the options here: https://github.com/denoland/v8/blob/db2b8439ec4d3ae972330cc2e9830ccd517d7235/include/v8-context.h#L88-L94

I'm mostly interested in the MicrotaskQueue argument.

Needed for node:vm polyfills.