Update to latest AOM

This commit is contained in:
Ingvar Stepanyan
2021-03-09 15:20:47 +00:00
parent 89d5d8063d
commit ecc864120e
3 changed files with 3 additions and 3 deletions

View File

@@ -971,9 +971,9 @@ function updateGlobalBufferAndViews(buf) {
Module['HEAPF64'] = HEAPF64 = new Float64Array(buf);
}
var STACK_BASE = 6122000,
var STACK_BASE = 6122160,
STACKTOP = STACK_BASE,
STACK_MAX = 879120;
STACK_MAX = 879280;
var TOTAL_STACK = 5242880;