Releases: pulseengine/loom
Releases · pulseengine/loom
v0.3.0
🎉 LOOM WebAssembly Optimizer Release
📦 Downloads
Native Binaries:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | loom-linux-x64.tar.gz |
| macOS | x64 | loom-macos-x64.tar.gz |
| macOS | ARM64 | loom-macos-arm64.tar.gz |
| Windows | x64 | loom-windows-x64.zip |
WebAssembly:
loom.wasm- WASI component (wasm32-wasip2)- OCI Artifact:
ghcr.io/pulseengine/loom:v0.3.0
🔐 Security
- ✅ OCI Signing - Signed with Cosign (keyless GitHub OIDC)
- ✅ SLSA Provenance - Build attestation included
- ✅ SHA256 Checksums - All files have
.sha256checksums
🚀 Quick Start
# Linux/macOS
tar -xzf loom-linux-x64.tar.gz
./loom optimize input.wasm -o output.wasm --stats
# Or pull from OCI registry
oras pull ghcr.io/pulseengine/loom:v0.3.0🔍 Verify
# Verify checksum
sha256sum -c loom-linux-x64.tar.gz.sha256
# Verify OCI signature
cosign verify \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.3.0
# Verify SLSA provenance
cosign verify-attestation \
--type slsaprovenance \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.3.0📚 Documentation
See README.md for usage details.
LOOM v0.1.0
🎉 LOOM WebAssembly Optimizer Release
📦 Downloads
Native Binaries:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | loom-linux-x64.tar.gz |
| macOS | x64 | loom-macos-x64.tar.gz |
| macOS | ARM64 | loom-macos-arm64.tar.gz |
| Windows | x64 | loom-windows-x64.zip |
WebAssembly:
loom.wasm- WASI component (wasm32-wasip2)- OCI Artifact:
ghcr.io/pulseengine/loom:v0.1.0
🔐 Security
- ✅ OCI Signing - Signed with Cosign (keyless GitHub OIDC)
- ✅ SLSA Provenance - Build attestation included
- ✅ SHA256 Checksums - All files have
.sha256checksums
🚀 Quick Start
# Linux/macOS
tar -xzf loom-linux-x64.tar.gz
./loom optimize input.wasm -o output.wasm --stats
# Or pull from OCI registry
oras pull ghcr.io/pulseengine/loom:v0.1.0🔍 Verify
# Verify checksum
sha256sum -c loom-linux-x64.tar.gz.sha256
# Verify OCI signature
cosign verify \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.1.0
# Verify SLSA provenance
cosign verify-attestation \
--type slsaprovenance \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.1.0📚 Documentation
See README.md for usage details.
LOOM v0.1.0-rc1
🎉 LOOM WebAssembly Optimizer Release
📦 Downloads
Native Binaries:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | loom-linux-x64.tar.gz |
| macOS | x64 | loom-macos-x64.tar.gz |
| macOS | ARM64 | loom-macos-arm64.tar.gz |
| Windows | x64 | loom-windows-x64.zip |
WebAssembly:
loom.wasm- WASI component (wasm32-wasip2)- OCI Artifact:
ghcr.io/pulseengine/loom:v0.1.0-rc1
🔐 Security
- ✅ OCI Signing - Signed with Cosign (keyless GitHub OIDC)
- ✅ SLSA Provenance - Build attestation included
- ✅ SHA256 Checksums - All files have
.sha256checksums
🚀 Quick Start
# Linux/macOS
tar -xzf loom-linux-x64.tar.gz
./loom optimize input.wasm -o output.wasm --stats
# Or pull from OCI registry
oras pull ghcr.io/pulseengine/loom:v0.1.0-rc1🔍 Verify
# Verify checksum
sha256sum -c loom-linux-x64.tar.gz.sha256
# Verify OCI signature
cosign verify \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.1.0-rc1
# Verify SLSA provenance
cosign verify-attestation \
--type slsaprovenance \
--certificate-identity-regexp="https://github.com/pulseengine/loom" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/pulseengine/loom:v0.1.0-rc1📚 Documentation
See README.md for usage details.