Skip to main content
Module

x/foras/src/deno/mod.ts

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Latest
import * as foras from "https://deno.land/x/foras@v2.1.4/src/deno/mod.ts";

Functions

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

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.

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