[][src]Function wasmer_runtime_near::validate

pub fn validate(wasm: &[u8]) -> bool

Perform validation as defined by the WebAssembly specification. Returns true if validation succeeded, false if validation failed.