
Nightly is no longer necessary for wee_alloc, so we don't need to rely on unstable versions of Rust anymore. As a bonus, this reduces size of each Rust-related Docker image by >1 GB: - `squoosh-rotate`: 2.94GB -> 1.87GB - `squoosh-resize`: 3.09GB -> 2.02GB - `squoosh-hqx`: 3.13GB -> 2.06GB
6 lines
273 B
TypeScript
6 lines
273 B
TypeScript
/* tslint:disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export function __wbindgen_malloc(a: number): number;
|
|
export function __wbindgen_free(a: number, b: number): void;
|
|
export function resize(a: number, b: number, c: number, d: number, e: number, f: number): void;
|