import { initSync } from "https://deno.land/x/lol_html@0.0.6/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/lol_html@0.0.6/mod.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.