Skip to main content

instance

Function instance 

Source
pub fn instance() -> JsValue
Expand description

Returns a handle to this Wasm instance’s WebAssembly.Instance. This is only available when the final Wasm app is built with --target no-modules, --target web, --target deno or --target nodejs. It is unavailable for --target bundler.