Remove old wasm files

This commit is contained in:
Surma
2020-07-24 14:16:59 +01:00
parent 548c126521
commit dd895f026b
8 changed files with 2 additions and 20 deletions

BIN
codecs/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -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"

View File

@@ -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;

View File

@@ -1,2 +0,0 @@
import * as wasm from "./squoosh_hqx_bg.wasm";
export * from "./squoosh_hqx_bg.js";

View File

@@ -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.

View File

@@ -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

Binary file not shown.