0.1.3 (2026-08-25)
Features
InDesign-ready PDF from the wasm engine — no native installs
The bundled WebAssembly engine now tracks
lilypond-wasi stable/2.26.1-p0.1.3,
which carries LilyPond's cairo backend: cropped PDF and PNG straight
from the engine, with fonts subsetted the way InDesign accepts. The
PDF boxes InDesign's "Crop to" options need (Crop/Bleed/Trim/Art) are
stamped in pure JS, so Ghostscript is no longer required for any
backend. Every format — pdf, png, svg, eps — now works with nothing
installed beyond Node.
Fixes
The wasm engine no longer crashes on Node 22.21.1+
Node 22.21.1 backported a node:wasi fast-call change
(nodejs/node#59600) that
makes wasm engines segfault during startup, on every platform. The
engine worker now always runs with --no-turbo-fast-api-calls, which
sidesteps the broken fast path — any Node ≥ 20 works.