Releases: wlejon/bronze
Release list
Nightly (2026-09-08)
Automated nightly build from 0200065 on 2026-09-08, tested against the full oracle suite (three.js and pixi.js milestones included).
Each zip is the bronze compiler plus the runtime libraries it links into compiled programs — unzip anywhere and run bronze build app.js -o app. It also carries the shared runtime (bronze_runtime_shared) that --emit-shared loadable modules link against, with the embed API headers under include/, for hosts that load compiled modules. A system linker is required (Windows: MSVC's link.exe; Linux/macOS: clang++ or g++).
LLVM prebuilt (22.1.8)
Prebuilt LLVM 22.1.8 libraries for bronze's backend, so CI, nightly,
and contributors don't build LLVM from source. LLVM-only (no clang/lld),
Release, targets X86+AArch64, no zlib/zstd/libxml2 — the static libs link
with no extra system libraries. Extract and point LLVM_DIR at
llvm/lib/cmake/llvm.
| Asset | SHA-256 |
|---|---|
bronze-llvm-22.1.8-linux-x64.tar.gz |
3d9321bfe25881f1a60c80da0d6d1d707f55e89c3352486d33fd17df7706f5fc |
bronze-llvm-22.1.8-macos-arm64.tar.gz |
cb879157f42b2cff6fcd901bf9b9f7b48a23d85187d3c338db32d56adb010518 |
bronze-llvm-22.1.8-windows-x64.tar.gz |
89a196b23d95df892cfe1c0f7e6d44a458f0d05b90e5e226be3201f00568b404 |
Built by the llvm-prebuilt workflow (run 31924758912). LLVM is Apache-2.0
WITH LLVM-exception, which permits binary redistribution; LICENSE.TXT is
included in each tarball. https://llvm.org