Show HN: Pure Go QuickJS JavaScript engine (Golang)
4 0xjnml 1 5/12/2025, 12:43:42 PM pkg.go.dev ↗
Package quickjs is a pure Go embeddable Javascript engine. It supports the ECMA script 14 (ES2023) specification including modules, asynchronous generators, proxies and BigInt.
Comments (1)
Rochus · 41m ago
So it was completely migrated from C to Go? Sounds like quite an effort. How does the performance compare to the original C version?