Release Notes
Fixed
- A relative
meta.load-css inside a first-class mixin (captured with
meta.get-mixin and invoked via meta.apply) now resolves against the
mixin's defining file, not the caller's (issue #8). The regular
namespaced include path was already correct.
Added
- A C ABI (
ffi/, libsasso + sasso.h) — drive sasso in-process from any
language with a C FFI, with a userland importer callback. Releases now attach a
per-target sasso-<version>-<target>-c-api.{tar.xz,zip} (prebuilt static +
dynamic library + header). See the "C ABI" section in the README.
Install sasso 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/momiji-rs/sasso/releases/download/v0.6.1/sasso-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/momiji-rs/sasso/releases/download/v0.6.1/sasso-installer.ps1 | iex"
Download sasso 0.6.1