|
| 1 | +{ |
| 2 | + "tool_name": "file-ops-component", |
| 3 | + "github_repo": "pulseengine/bazel-file-ops-component", |
| 4 | + "latest_version": "0.1.0-rc.3", |
| 5 | + "last_checked": "2024-10-24T13:00:00.000000Z", |
| 6 | + "supported_platforms": [ |
| 7 | + "wasm_component" |
| 8 | + ], |
| 9 | + "versions": { |
| 10 | + "0.1.0-rc.3": { |
| 11 | + "release_date": "2024-10-24", |
| 12 | + "description": "AOT compilation support for 100x faster startup and 2-5x runtime improvement", |
| 13 | + "platforms": { |
| 14 | + "wasm_component": { |
| 15 | + "sha256": "PENDING", |
| 16 | + "url_suffix": "file_ops_component.wasm", |
| 17 | + "size_kb": 849, |
| 18 | + "notes": "Regular WASM variant. AOT variant (22MB) also available." |
| 19 | + } |
| 20 | + } |
| 21 | + }, |
| 22 | + "0.1.0-rc.2": { |
| 23 | + "release_date": "2024-10-24", |
| 24 | + "description": "Stable pre-release with dependency updates", |
| 25 | + "platforms": { |
| 26 | + "wasm_component": { |
| 27 | + "sha256": "8a9b1aa8a2c9d3dc36f1724ccbf24a48c473808d9017b059c84afddc55743f1e", |
| 28 | + "url_suffix": "file_ops_component.wasm", |
| 29 | + "size_kb": 853 |
| 30 | + } |
| 31 | + } |
| 32 | + }, |
| 33 | + "0.1.0-rc.1": { |
| 34 | + "release_date": "2024-10-24", |
| 35 | + "description": "Initial test release", |
| 36 | + "platforms": { |
| 37 | + "wasm_component": { |
| 38 | + "sha256": "UNKNOWN", |
| 39 | + "url_suffix": "file_ops_component.wasm" |
| 40 | + } |
| 41 | + } |
| 42 | + } |
| 43 | + }, |
| 44 | + "security": { |
| 45 | + "signing": "Cosign keyless (GitHub OIDC)", |
| 46 | + "provenance": "SLSA attestation available", |
| 47 | + "oci_registry": "ghcr.io/pulseengine/bazel-file-ops-component" |
| 48 | + }, |
| 49 | + "notes": [ |
| 50 | + "Platform-independent WebAssembly component", |
| 51 | + "Requires wasmtime for execution", |
| 52 | + "WASI Preview 2 compatible", |
| 53 | + "Component Model v1 compliant" |
| 54 | + ] |
| 55 | +} |
0 commit comments