import { initSync } from "https://deno.land/x/lol_html@0.1.0/types.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.
Parameters
module: SyncInitInput
x/lol_html/types.d.ts>initSync
import { initSync } from "https://deno.land/x/lol_html@0.1.0/types.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.