As upstream quickjs development seems to be pretty dead, @saghul and yours truly begun a friendly fork over at https://github.com/quickjs-ng/quickjs that's been picking up momentum.
Do I summarize correctly that the requirements for adding/replacing are as follows?
- provide binaries at a stable location for:
- i686 and x86_64 windows
- i686 and x86_64 linux
- arm64 macos
-
provide at a stable location a LATEST.json with {"version":"x.y.z"} - or can jsvu compute that from GH release tags?
-
PR jsvu with the new location?
As upstream quickjs development seems to be pretty dead, @saghul and yours truly begun a friendly fork over at https://github.com/quickjs-ng/quickjs that's been picking up momentum.
Do I summarize correctly that the requirements for adding/replacing are as follows?
provide at a stable location a LATEST.json with
{"version":"x.y.z"}- or can jsvu compute that from GH release tags?PR jsvu with the new location?