[−][src]Function wasmer_runtime_core::validate
pub fn validate(wasm: &[u8]) -> bool
Perform validation as defined by the
WebAssembly specification. Returns true
if validation
succeeded, false
if validation failed.
pub fn validate(wasm: &[u8]) -> bool
Perform validation as defined by the
WebAssembly specification. Returns true
if validation
succeeded, false
if validation failed.