pub fn validate(binary: &[u8]) -> Result<(), Error>
Expand description

Checks whether a WASM module in binary format is valid.