Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard an
## Getting started

Head over to the [project website] for instructions on how to get started and more
documentation.
documentation.

Get the [latest releases].

## Authors

Expand All @@ -22,3 +24,4 @@ documentation.
[@saghul]: https://github.com/saghul
[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
[project website]: https://quickjs-ng.github.io/quickjs/
[latest releases]: https://quickjs-ng.github.io/quickjs/installation.md#latest-releases
19 changes: 19 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,22 @@ npm install jsvu -g
```

[release on GitHub]: https://github.com/quickjs-ng/quickjs/releases

## Latest releases

- [qjs-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin`
- [qjs-linux-aarch64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-aarch64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-aarch64`
- [qjs-linux-riscv64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-riscv64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-riscv64`
- [qjs-linux-x86](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86`
- [qjs-linux-x86_64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86_64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86_64`
- [qjs-wasi.wasm](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-wasi.wasm) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-wasi.wasm`
- [qjs-windows-x86.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86.exe`
- [qjs-windows-x86_64.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86_64.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86_64.exe`
- [qjsc-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin`
- [qjsc-linux-aarch64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-aarch64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-aarch64`
- [qjsc-linux-riscv64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-riscv64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-riscv64`
- [qjsc-linux-x86](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86`
- [qjsc-linux-x86_64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86_64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86_64`
- [qjsc-windows-x86.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86.exe`
- [qjsc-windows-x86_64.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86_64.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86_64.exe`
- [quickjs-amalgam.zip](https://github.com/quickjs-ng/quickjs/releases/latest/download/quickjs-amalgam.zip) `https://github.com/quickjs-ng/quickjs/releases/latest/download/quickjs-amalgam.zip`