snek

Results 463 comments of snek

The linked module appears to mostly be adding things node workers already support (web events, data uris). Looking at MDN the only thing that really jumps out to me is...

I don't think anyone is against improving this, we're more trying to figure out what specifically you are looking for in the worker api. Like what prompted you to open...

V8 also does not run GC tests in parallel, and I don't think we can do better than them.

You can set `RUSTY_V8_SRC_BINDING_PATH` to the relevant file, which is available in the CI run that built that release: https://github.com/denoland/rusty_v8/actions/runs/10432771882#artifacts I guess we could improve this by also including these...

The binding file needs to be built under the same conditions that the static library was built. If you have your own process for building the static library, you will...

The github releases now include the src_binding files as well.

Someone figured out android here as well: https://github.com/denoland/rusty_v8/issues/1604

it's also not a feature that all js engines might support as it's not a spec operation, so putting it in napi doesn't make much sense.

It would be helpful to know more about how you are using this crate. Are you producing a shared library from rustc? What flags are you using? I haven't been...