pub fn build_wasm_canisters_cached_batch_with_progress<F>(
specs: &[WasmBuildSpec],
config: WasmBuildProgressConfig,
observer: F,
) -> Result<WasmBuildBatchOutcome, WasmBuildBatchError>where
F: FnMut(WasmBuildBatchProgressEvent),Expand description
Build an independent Wasm batch while forwarding structured progress.
The same observation configuration is applied to every entry. Batch events identify the originating specification without altering the standalone build semantics.