import { __wbg_init } from "https://deno.land/x/foras@v2.1.4/src/deno/mods/mod.ts";
If module_or_path
is {RequestInfo} or {URL}, makes a request and
for everything else, calls WebAssembly.instantiate
directly.
Returns
Promise<InitOutput>
import { __wbg_init } from "https://deno.land/x/foras@v2.1.4/src/deno/mods/mod.ts";
If module_or_path
is {RequestInfo} or {URL}, makes a request and
for everything else, calls WebAssembly.instantiate
directly.