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