Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/foras/wasm/pkg/foras.d.ts>InitOutput

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/foras@2.0.0/wasm/pkg/foras.d.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
deflate: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
inflate: (
a: number,
b: number,
c: number,
) => void
readonly
gzip: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
gunzip: (
a: number,
b: number,
c: number,
) => void
readonly
zlib: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
unzlib: (
a: number,
b: number,
c: number,
) => void
readonly
__wbindgen_add_to_stack_pointer: (a: number) => number
readonly
__wbindgen_malloc: (a: number) => number
readonly
__wbindgen_free: (a: number, b: number) => void