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