Replies: 1 comment
-
|
@AlemTuzlak we keep getting out of memory errors with current Quickjs driver and since it is the only one which can work inside browser, that literally makes isolate mode unusable. What would be better option? We did some tests with QuickJs-NG it is so much better than standard QuickJs, another isolate driver using that would be very powerful. We could implement our own driver based on that. But maybe you have a better idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
we have codemode driver for quickjs, which is great. There is a actively maintained fork QuickJs-NG (next generation) which is faster and supports more js features (see diff https://quickjs-ng.github.io/quickjs/diff).
It should be very straightforward to add a new driver as it is dropdown replacement for Quickjs.
Can we please add driver for QuickJs-NG
Beta Was this translation helpful? Give feedback.
All reactions