function defaultimport { default } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/build/deno-wasm/deno-wasm.d.ts"; default(module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly. If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly. Parametersoptionalmodule_or_path: InitInput | Promise<InitInput>ReturnsPromise<InitOutput>