Skip to main content
Module

x/foras/src/deno/mod.ts>Foras.init

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

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

Parameters

optional
module_or_path: InitInput | Promise<InitInput>