forked from external-repos/squoosh
Remove old wasm files
This commit is contained in:
BIN
codecs/.DS_Store
vendored
Normal file
BIN
codecs/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -10,8 +10,8 @@ echo "============================================="
|
||||
wasm-strip pkg/squooshhqx_bg.wasm
|
||||
echo "Optimising Wasm so it doesn't break Chrome (this takes like 10-15mins. get a cup of tea)"
|
||||
echo "Once https://crbug.com/974804 is fixed, we can remove this step"
|
||||
wasm-opt -Os --no-validation -o pkg/squooshhqx_bg.wasm pkg/squooshhqx_bg.wasm
|
||||
rm pkg/.gitignore
|
||||
wasm-opt -Os --no-validation -o pkg/squooshhqx_bg.wasm pkg/squooshhqx_bg.wasm
|
||||
)
|
||||
echo "============================================="
|
||||
echo "Compiling wasm done"
|
||||
|
||||
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() {
|
||||
BIN
codecs/oxipng/.DS_Store
vendored
Normal file
BIN
codecs/oxipng/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user