mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Simplify and improve Basis makefile
This commit is contained in:
14
codecs/basis/enc/basis_enc.js
generated
14
codecs/basis/enc/basis_enc.js
generated
@@ -971,9 +971,9 @@ function updateGlobalBufferAndViews(buf) {
|
||||
Module['HEAPF64'] = HEAPF64 = new Float64Array(buf);
|
||||
}
|
||||
|
||||
var STACK_BASE = 5878720,
|
||||
var STACK_BASE = 5878144,
|
||||
STACKTOP = STACK_BASE,
|
||||
STACK_MAX = 635840;
|
||||
STACK_MAX = 635264;
|
||||
|
||||
var TOTAL_STACK = 5242880;
|
||||
|
||||
@@ -2971,11 +2971,6 @@ var ___wasm_call_ctors = Module["___wasm_call_ctors"] = function() {
|
||||
return (___wasm_call_ctors = Module["___wasm_call_ctors"] = Module["asm"]["__wasm_call_ctors"]).apply(null, arguments);
|
||||
};
|
||||
|
||||
/** @type {function(...*):?} */
|
||||
var _free = Module["_free"] = function() {
|
||||
return (_free = Module["_free"] = Module["asm"]["free"]).apply(null, arguments);
|
||||
};
|
||||
|
||||
/** @type {function(...*):?} */
|
||||
var _realloc = Module["_realloc"] = function() {
|
||||
return (_realloc = Module["_realloc"] = Module["asm"]["realloc"]).apply(null, arguments);
|
||||
@@ -2986,6 +2981,11 @@ var _malloc = Module["_malloc"] = function() {
|
||||
return (_malloc = Module["_malloc"] = Module["asm"]["malloc"]).apply(null, arguments);
|
||||
};
|
||||
|
||||
/** @type {function(...*):?} */
|
||||
var _free = Module["_free"] = function() {
|
||||
return (_free = Module["_free"] = Module["asm"]["free"]).apply(null, arguments);
|
||||
};
|
||||
|
||||
/** @type {function(...*):?} */
|
||||
var ___getTypeName = Module["___getTypeName"] = function() {
|
||||
return (___getTypeName = Module["___getTypeName"] = Module["asm"]["__getTypeName"]).apply(null, arguments);
|
||||
|
||||
Reference in New Issue
Block a user