Skip to content

Commit dab1d46

Browse files
committed
fix: add missing file_size_output field to WasmComponentMetadataInfo provider
Resolves CI build failure where wkg/defs.bzl was trying to pass file_size_output to WasmComponentMetadataInfo but the provider definition was missing this field.
1 parent 0079b68 commit dab1d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/providers.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ WasmComponentMetadataInfo = provider(
138138
"metadata_file": "JSON file containing extracted metadata",
139139
"component_file": "Source WebAssembly component file",
140140
"extraction_script": "Script used for metadata extraction",
141+
"file_size_output": "File containing component size information",
141142
},
142143
)
143144

0 commit comments

Comments
 (0)