import { initSync } from "https://deno.land/x/wasm_image_decoder@v0.0.7/wasm/wasm_image_decoder.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.
Parameters
module: SyncInitInput
optional
maybe_memory: WebAssembly.Memory