Skip to content

Commit f5ee14a

Browse files
committed
chore: add links to project
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 9b1c890 commit f5ee14a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
A Go module that embeds the QuickJS-NG WASI WebAssembly runtime.
44

5+
## About QuickJS-NG
6+
7+
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest ECMAScript specification.
8+
9+
This project uses [QuickJS-NG] which is a fork of the original [QuickJS project]
10+
by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of
11+
reigniting its development.
12+
13+
[QuickJS-NG]: https://github.com/quickjs-ng/quickjs
14+
[QuickJS project]: https://bellard.org/quickjs/
15+
516
## Purpose
617

718
This module provides easy access to the QuickJS-NG JavaScript engine compiled to

0 commit comments

Comments
 (0)