Show HN: Pure Go QuickJS JavaScript engine (Golang)

by 0xjnmlon 5/12/2025, 12:43 PMwith 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 Rochuson 5/12/2025, 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?