Goja: ECMAScript/JavaScript engine in pure Go
ECMAScript/JavaScript engine in pure Go. Contribute to dop251/goja development by creating an account on GitHub. (more…)
Read more »
The latest release of Google’s V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V… Read more