Jump to letter: [
ACDFGHLMNQRSTWXZ
]
quickjs (aarch64) - A small and embeddable JavaScript engine
- Description:
QuickJS-NG is a small and embeddable JavaScript engine. It supports the
ES2023 specification including modules, asynchronous generators, proxies,
and BigInt. This is an actively maintained fork of the original QuickJS
by Fabrice Bellard.
- Architecture:
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
How to Install quickjs (aarch64)
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install quickjs
Packages