Comment by giancarlostoro
3 months ago
There's also Duktape for just JS minus the WASM (at least I don't think they've implemented WASM yet).
3 months ago
There's also Duktape for just JS minus the WASM (at least I don't think they've implemented WASM yet).
I think QuickJS wins over Duktape for ES5 compliance, though it's been a few years since I was evaluating embedded JS. They're both extremely easy to integrate into an application, in contrast to V8
Fair, I'm not quite as familiar, but always like to bring up alternatives in case they're helpful. My favorite HN comments lead me to new alternatives for programming.