by 0xjnml on 5/12/25, 12:43 PM with 3 comments
Package quickjs is a pure Go embeddable Javascript engine. It supports the ECMA script 14 (ES2023) specification including modules, asynchronous generators, proxies and BigInt.
by Rochus on 5/12/25, 9:23 PM
So it was completely migrated from C to Go? Sounds like quite an effort. How does the performance compare to the original C version?