import { default } from "https://dotland.deno.dev/x/melody@v0.18.1/melody_wasm.d.ts";
If module_or_path
is {RequestInfo} or {URL}, makes a request and
for everything else, calls WebAssembly.instantiate
directly.
Returns
Promise<InitOutput>
x/melody/melody_wasm.d.ts>default
import { default } from "https://dotland.deno.dev/x/melody@v0.18.1/melody_wasm.d.ts";
If module_or_path
is {RequestInfo} or {URL}, makes a request and
for everything else, calls WebAssembly.instantiate
directly.