QuickJS Javascript Engine
https://bellard.org/quickjs/
QuickJS is a new Javascript compiler with standard library, a repl, and static binary builds. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt. It also has full Annex B support (legacy web compatibility). The garbage collector uses reference counting and cycle removal. There is optional support for mathematical extensions such as BigDecimal, BigFloat and operator overloading.
- Links to remote devel:languages:javascript / quickjs
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Kernel:tools/quickjs && cd $_
- Create Badge
Refresh
Refresh
Comments 0