top | item 45705934 QuickJS JavaScript Engine 12 points| _gmkt | 4 months ago |bellard.org 1 comment order hn newest _gmkt|4 months ago Nice snug self-contained binary with no dependencies :D qjsc -e -o file.c file.js cc -static -L /usr/local/lib/quickjs -I /usr/local/include/quickjs -o filejs file.c -lquickjs -lm -lpthread errno ~/Downloads $: ldd filejs filejs: Start End Type Open Ref GrpRef Name 0000063faca58000 0000063facbaa000 dlib 1 0 0 /home/errno/Downloads/filejs
_gmkt|4 months ago Nice snug self-contained binary with no dependencies :D qjsc -e -o file.c file.js cc -static -L /usr/local/lib/quickjs -I /usr/local/include/quickjs -o filejs file.c -lquickjs -lm -lpthread errno ~/Downloads $: ldd filejs filejs: Start End Type Open Ref GrpRef Name 0000063faca58000 0000063facbaa000 dlib 1 0 0 /home/errno/Downloads/filejs
_gmkt|4 months ago