Skip to main content
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.14.0/loader.ts";
definition: (bytes: Uint8Array) => Uint8Array