Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/foras/src/deno/mod.ts>__wbg_init

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Latest
function __wbg_init
Re-export
import { __wbg_init } from "https://deno.land/x/foras@v2.1.4/src/deno/mod.ts";

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>