forked from external-repos/squoosh
* WIP: wasm-bindgen-rayon and new OMT plugin * Bump package-lock * Make OMT work again * Update year * Restore accidental change * Prevent minification of `nextDefineUri` * Delay loading external deps This gives inline `define` calls a chance to define dependencies for earlier `define` calls on the same page. * Add comment
8 lines
342 B
TypeScript
Generated
8 lines
342 B
TypeScript
Generated
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export function optimise(a: number, b: number, c: number, d: number): void;
|
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
export function __wbindgen_malloc(a: number): number;
|
|
export function __wbindgen_free(a: number, b: number): void;
|