QuickJS-NG is “a fork of the original #QuickJS project by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.” That's great: I wouldn't want to be caught with an unsupported runtime.
I'm very glad I looked through the project's issue list, though.
https://github.com/quickjs-ng/quickjs/issues/1172 describes that in a benchmark, -NG is 10% slower than the original. Unfortunate, but it's understandable that -NG could have become bloated over time with all the extra coding.
The truth surprised me: the original is still being updated and has performance optimisations that -NG haven't incorporated yet! So not quite dormant, then!

