2024-09-25 20:21:45 +00:00
---
slug: /
sidebar_position: 1
sidebar_label: Welcome
---
# Welcome to QuickJS-NG
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
[ECMAScript] specification.
2024-11-13 22:34:46 +00:00
This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.
2024-09-25 20:21:45 +00:00
2024-11-13 22:34:46 +00:00
This project is focused on (but not limited to):
2024-09-25 20:21:45 +00:00
- Community development
- Testing
- Cross-platform support
- ES features
2024-11-13 22:34:46 +00:00
You can check the differences with the original project [here. ](./diff )
2024-09-25 20:21:45 +00:00
2024-11-13 22:34:46 +00:00
:::note
2024-09-25 20:21:45 +00:00
This site is under construction, the entire API is not yet documented.
:::
## Getting Started
Head over to [building ](./building ) if you want to build QuickJS from source or [installation ](./installation )
for installing it from prebuilt binaries.
[ECMAScript]: https://tc39.es/ecma262/
[original QuickJS project]: https://bellard.org/quickjs