Skip to main content

build_wasm_canisters_cached_batch_with_progress

Function build_wasm_canisters_cached_batch_with_progress 

Source
pub fn build_wasm_canisters_cached_batch_with_progress<F>(
    specs: &[WasmBuildSpec],
    config: WasmBuildProgressConfig,
    observer: F,
) -> Result<WasmBuildBatchOutcome, WasmBuildBatchError>
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.