bellard / quickjs

Public repository of the QuickJS Javascript Engine.
https://bellard.org/quickjs
Other
8.33k stars 867 forks source link

Ensure that workers in fuzzers can create their own context #334

Open renatahodovan opened 2 months ago

renatahodovan commented 2 months ago

Inspired by qjs, a new helper method was added to create the JS context, that can be reused to create context in workers, too.

renatahodovan commented 1 month ago

@saghul Thanks for your approval! Could someone land it please?

renatahodovan commented 2 weeks ago

@bellard Could you please take a look?