Skip to content

Earliest public PandJS Linux build ever

Pre-release
Pre-release
Compare
Choose a tag to compare
@michaldziuba03 michaldziuba03 released this 08 Nov 22:25
· 21 commits to main since this release
efcb3c6

First public PandJS build ever - Linux only

Early version, not perfect but usable. Everything under single executable.

Alpine Linux and missing glibc

PandJS is built and linked against glibc so if you want to use systems like Alpine Linux, you have two options:

  1. build on your own against musl (it wil take 40 minutes + build infrastructure is still not perfect, not well tested under many configurations)

  2. install libc6-compat using:

apk add libc6-compat