mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Update README
This commit is contained in:
parent
1350362ba6
commit
a7a614406d
1 changed files with 14 additions and 13 deletions
27
README.md
27
README.md
|
@ -1,22 +1,23 @@
|
||||||
# ⚡️ QuickJS - A mighty JavaScript engine
|
# ⚡️ QuickJS - A mighty JavaScript engine
|
||||||
|
|
||||||
Friendly [QuickJS] fork focused on reigniting the project.
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
In October 2023 [@bnoordhuis] and [@saghul] decided to fork the [QuickJS] project with
|
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
|
||||||
the aim of reigniting it. They reached out to the original authors ([@bellard] and [@chqrlie])
|
[ECMAScript] specification.
|
||||||
about their intentions.
|
|
||||||
|
|
||||||
As of December 2023 the initial goal was somewhat accomplished. [@bellard] resumed working on
|
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.
|
||||||
the project and both parties have been pulling patches from each other since.
|
|
||||||
|
|
||||||
As of early 2024 both projects agree the proper path forward involves merging both projects
|
## Getting started
|
||||||
and combining the efforts. While that may take a while, since both projects diverged in certain
|
|
||||||
areas, there is willingness to go in this direction from both sides.
|
|
||||||
|
|
||||||
[QuickJS]: https://bellard.org/quickjs
|
Head over to the [project website] for instructions on how to get started and more
|
||||||
[@bellard]: https://github.com/bellard
|
documentation.
|
||||||
|
|
||||||
|
## Authors
|
||||||
|
|
||||||
|
[@bnoordhuis], [@saghul], and many more [contributors].
|
||||||
|
|
||||||
|
[original QuickJS project]: https://bellard.org/quickjs
|
||||||
[@bnoordhuis]: https://github.com/bnoordhuis
|
[@bnoordhuis]: https://github.com/bnoordhuis
|
||||||
[@chqrlie]: https://github.com/chqrlie
|
|
||||||
[@saghul]: https://github.com/saghul
|
[@saghul]: https://github.com/saghul
|
||||||
|
[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
|
||||||
|
[project website]: https://quickjs-ng.github.io/quickjs/
|
||||||
|
|
Loading…
Reference in a new issue