Skip to content

Commit d163909

Browse files
avrabeclaude
andauthored
feat(checksums): add loom 1.1.14 native binaries (#512) (#513)
loom v1.1.14 restored release binaries (loom#142) and ships native per-OS tarballs + signed SHA256SUMS/cosign/SLSA/SBOM — but no loom.wasm (v1.x is native-only). Add the 1.1.14 registry entry (tarball url_suffix per platform, checksums from the signed SHA256SUMS.txt; linux verified against the actual asset). The existing 0.3.0 wasm entry is preserved; @loom_wasm still pins 0.3.0 until the loom native toolchain + wasm_optimize rewire land (the rest of #512). Step 1 of #512. Next: toolchains/loom_toolchain.bzl (extract tarball, expose binary; mirrors meld_toolchain.bzl) + rewire wasm_optimize to the native loom + bundle bump to 1.1.14. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 951016a commit d163909

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

checksums/tools/loom.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22
"tool_name": "loom",
33
"github_repo": "pulseengine/loom",
44
"description": "WebAssembly optimizer with formal verification support",
5-
"latest_version": "0.3.0",
5+
"latest_version": "1.1.14",
66
"supported_platforms": ["darwin_amd64", "darwin_arm64", "linux_amd64", "windows_amd64", "wasm"],
77
"versions": {
8+
"1.1.14": {
9+
"release_date": "2026-06-15",
10+
"_note": "Native per-OS binaries (tarballs, extracted by the loom toolchain). v1.x dropped the loom.wasm component; consumed via toolchains/loom_toolchain.bzl, not @loom_wasm. Checksums from the signed SHA256SUMS.txt.",
11+
"platforms": {
12+
"darwin_arm64": {
13+
"sha256": "d8011653ca8f9bc8009ec241fa74fd880557728e0285d218feb17594f4237d02",
14+
"url_suffix": "loom-v1.1.14-aarch64-apple-darwin.tar.gz"
15+
},
16+
"darwin_amd64": {
17+
"sha256": "e8b4e488e30161ef5dcfe50e64191929996af9d4433805fd1d9dbc3d2b8f5b37",
18+
"url_suffix": "loom-v1.1.14-x86_64-apple-darwin.tar.gz"
19+
},
20+
"linux_amd64": {
21+
"sha256": "a43280bb561d2e902c07daf4ec34c56095cceb6bfee62da4da6ab9d39f2fbd84",
22+
"url_suffix": "loom-v1.1.14-x86_64-unknown-linux-gnu.tar.gz"
23+
},
24+
"windows_amd64": {
25+
"sha256": "bfbfd0995d31a085e582e724fef22d851fbfa34076852eb332bd2b87a558fb5f",
26+
"url_suffix": "loom-v1.1.14-x86_64-pc-windows-msvc.zip"
27+
}
28+
}
29+
},
830
"0.3.0": {
931
"release_date": "2026-01-12",
1032
"platforms": {

0 commit comments

Comments
 (0)