import { initSync } from "https://deno.land/x/foras@2.0.6/src/deno/mods/mod.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.
Parameters
module: SyncInitInput
import { initSync } from "https://deno.land/x/foras@2.0.6/src/deno/mods/mod.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.