rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Missing v8::Context::new() options

Open bartlomieju opened this issue 3 months ago • 0 comments

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.

bartlomieju avatar Mar 16 '24 01:03 bartlomieju