- refactor: refactor: use
type -p
instead ofwhich
inqjsc.sh
- feat: improve
js_os_exec
performances by computingfd_max
using/proc
- chore: QuickJS release
2024-01-13
- chore: QuickJS release
2023-12-09
- feat: expose
mkdtemp
function to javascript
- feat: expose
flock
function to javascript - feat: expose
mkstemp
function to javascript - fix: don't call upx if compilation failed
- refactor: built using
- gcc : 6.5.0
- binutils : 2.25.1
- musl : 1.2.2
- feat: QuickJS binaries are compressed using upx by default
- feat: compiled files are compressed using upx by default (if possible)
- feat: support for
QJS_LIB_DIR
environment variable - feat: expose
getpid
function to javascript
- QuickJS release
2021-03-27
- Possibility to embed https://github.com/ctn-malone/qjs-ext-lib when building packages
- Possibility to embed custom javascript modules when building packages
- Fallback to the directory containing
qjs
&qjsc
binaries when resolving imports
- QuickJS release
2020-11-08
- QuickJS release
2020-09-06