devela::_dep::js_sys::WebAssembly

Function instantiate_buffer

Source
pub fn instantiate_buffer(buffer: &[u8], imports: &Object) -> Promise
Available on crate feature dep_js_sys only.
Expand description

The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.

MDN documentation