Skip to content

Commit b21f175

Browse files
authored
Update installation.md
1 parent 9ec655c commit b21f175

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/docs/installation.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,22 @@ npm install jsvu -g
3232
```
3333

3434
[release on GitHub]: https://github.com/quickjs-ng/quickjs/releases
35+
36+
## Latest releases
37+
38+
- [qjs-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin`
39+
- [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`
40+
- [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`
41+
- [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`
42+
- [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`
43+
- [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`
44+
- [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`
45+
- [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`
46+
- [qjsc-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin`
47+
- [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`
48+
- [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`
49+
- [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`
50+
- [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`
51+
- [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`
52+
- [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`
53+
- [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`

0 commit comments

Comments
 (0)