pub fn validate(buffer_source: &JsValue) -> Result<bool, JsValue> ⓘ
Available on crate feature
dep_js_sys
only.Expand description
The WebAssembly.validate()
function validates a given typed
array of WebAssembly binary code, returning whether the bytes
form a valid Wasm module (true
) or not (false
).