Skip to content

Releases: pandland/pand

Early PandJS build with experimental fs support

12 Nov 17:45
2728a4f
Compare
Choose a tag to compare

PandJS early build with experimental support for file system operations.

Earliest public PandJS Linux build ever

08 Nov 22:25
efcb3c6
Compare
Choose a tag to compare
Pre-release

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