mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 19:49:04 +00:00
Remove old wasm files
This commit is contained in:
10
codecs/hqx/pkg/squoosh_hqx.d.ts
vendored
10
codecs/hqx/pkg/squoosh_hqx.d.ts
vendored
@@ -1,10 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* @param {Uint32Array} input_image
|
||||
* @param {number} input_width
|
||||
* @param {number} input_height
|
||||
* @param {number} factor
|
||||
* @returns {Uint32Array}
|
||||
*/
|
||||
export function resize(input_image: Uint32Array, input_width: number, input_height: number, factor: number): Uint32Array;
|
||||
@@ -1,2 +0,0 @@
|
||||
import * as wasm from "./squoosh_hqx_bg.wasm";
|
||||
export * from "./squoosh_hqx_bg.js";
|
||||
6
codecs/hqx/pkg/squoosh_hqx_bg.d.ts
vendored
6
codecs/hqx/pkg/squoosh_hqx_bg.d.ts
vendored
@@ -1,6 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export const memory: WebAssembly.Memory;
|
||||
export function resize(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
||||
export function __wbindgen_malloc(a: number): number;
|
||||
export function __wbindgen_free(a: number, b: number): void;
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
import * as wasm from './squoosh_hqx_bg.wasm';
|
||||
import * as wasm from './squooshhqx_bg.wasm';
|
||||
|
||||
let cachegetUint32Memory0 = null;
|
||||
function getUint32Memory0() {
|
||||
Reference in New Issue
Block a user