Skip to main content
Module

x/denoflate/src/deno/mod.ts

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Very Popular
Go to Latest
import * as denoflate from "https://deno.land/x/denoflate@2.0.5/src/deno/mod.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.

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.