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

x/wasmbuild/loader.ts>DecompressCallback

Build tool to use Rust code in Deno and the browser.
Go to Latest
type alias DecompressCallback
import { type DecompressCallback } from "https://deno.land/x/wasmbuild@0.15.1/loader.ts";
definition: (bytes: Uint8Array) => Uint8Array