Skip to main content

analyse

Function analyse 

Source
pub fn analyse(wasm: &[u8]) -> Result<Vec<OffloadVerdict>, AnalyseError>
Expand description

Analyse Wasm bytes, emit per-function tracing events, and return the list of verdicts, using the default detector configuration (DetectorConfig::default).

Thin wrapper over analyse_with_config preserving the historical signature for the consultation-only call sites.