From 3eb3f7d618929dcf24ab42753bb4edc2705e4624 Mon Sep 17 00:00:00 2001 From: guest271314 Date: Wed, 19 Mar 2025 01:16:16 +0000 Subject: [PATCH 1/3] Make it very obvious how to download latest releases --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e4b0e34cd..87bb1e7f2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,26 @@ This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard an Head over to the [project website] for instructions on how to get started and more documentation. +## Download + +We don't do canary releases. If you want to download the latest release, GH doesn't make it very obvious, but here is how: +- [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` + ## Authors [@bnoordhuis], [@saghul], and many more [contributors]. From 9ec655c6ac6e4b37b46f9d4248fe3099c30ee433 Mon Sep 17 00:00:00 2001 From: guest271314 Date: Thu, 3 Apr 2025 05:29:23 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 87bb1e7f2..94c04bcd8 100644 --- a/README.md +++ b/README.md @@ -10,27 +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. - -## Download - -We don't do canary releases. If you want to download the latest release, GH doesn't make it very obvious, but here is how: -- [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` +documentation. + +Get the [latest releases]. ## Authors @@ -42,3 +24,4 @@ We don't do canary releases. If you want to download the latest release, GH does [@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 From b21f1754d0eebe808baac51ad4b63fc2d3f52cad Mon Sep 17 00:00:00 2001 From: guest271314 Date: Thu, 3 Apr 2025 05:29:38 +0000 Subject: [PATCH 3/3] Update installation.md --- docs/docs/installation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 5df467c23..1532f184b 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -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`