denoland/rusty_v8

Missing v8::Context::new() options

bartlomieju opened this issue · 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.