Skip to main content
Module

x/denoflate/wasm/pkg/foras.d.ts

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Very Popular
Latest
import * as denoflate from "https://deno.land/x/denoflate@v2.1.4/wasm/pkg/foras.d.ts";

Functions

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

Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.