Jump to letter: [
CDFLNPQRSTWXYZ
]
quickjs in CentOS/RHEL 10 (aarch64) - A small and embeddable Javascript engine
- Description:
QuickJS supports the ES2020 specification 1 including modules, asynchronous
generators, proxies and BigInt. It supports mathematical extensions such as
big decimal float float numbers (BigDecimal), big binary floating point numbers
(BigFloat), and operator overloading.
- Architecture:
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
- Distro notes:
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
How to Install quickjs in CentOS/RHEL 10 (aarch64)
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install quickjs
Packages