Skip to main content
Module

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

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
interface InitOutput
Re-export
import { type InitOutput } from "https://deno.land/x/foras@2.0.8/src/deno/mod.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
deflate: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
__wbg_deflateencoder_free: (a: number) => void
readonly
deflateencoder_new: (a: number, b: number) => number
readonly
deflateencoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
deflateencoder_flush: (a: number, b: number) => void
readonly
deflateencoder_read: (a: number, b: number) => void
readonly
deflateencoder_finish: (a: number, b: number) => void
readonly
zlib: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
__wbg_zlibencoder_free: (a: number) => void
readonly
zlibencoder_new: (a: number, b: number) => number
readonly
zlibencoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
zlibencoder_flush: (a: number, b: number) => void
readonly
zlibencoder_read: (a: number, b: number) => void
readonly
zlibencoder_finish: (a: number, b: number) => void
readonly
gzip: (
a: number,
b: number,
c: number,
d: number,
e: number,
) => void
readonly
__wbg_gzencoder_free: (a: number) => void
readonly
gzencoder_new: (a: number, b: number) => number
readonly
gzencoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
gzencoder_flush: (a: number, b: number) => void
readonly
gzencoder_read: (a: number, b: number) => void
readonly
gzencoder_finish: (a: number, b: number) => void
readonly
inflate: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_deflatedecoder_free: (a: number) => void
readonly
deflatedecoder_new: () => number
readonly
deflatedecoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
deflatedecoder_flush: (a: number, b: number) => void
readonly
deflatedecoder_read: (a: number, b: number) => void
readonly
deflatedecoder_finish: (a: number, b: number) => void
readonly
unzlib: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_zlibdecoder_free: (a: number) => void
readonly
zlibdecoder_new: () => number
readonly
zlibdecoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
zlibdecoder_flush: (a: number, b: number) => void
readonly
zlibdecoder_read: (a: number, b: number) => void
readonly
zlibdecoder_finish: (a: number, b: number) => void
readonly
gunzip: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_gzdecoder_free: (a: number) => void
readonly
gzdecoder_new: () => number
readonly
gzdecoder_write: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
gzdecoder_flush: (a: number, b: number) => void
readonly
gzdecoder_read: (a: number, b: number) => void
readonly
gzdecoder_finish: (a: number, b: 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