@@ -66,7 +66,7 @@ var initSqlJs = function (moduleConfig) {
6666 // of the options, and has the side effect of reducing emcc's efforts to modify the module if its output were to change in the future.
6767 // That's a nice side effect since we're handling the modularization efforts ourselves
6868 module = undefined ;
69-
69+
7070 // The emcc-generated code and shell-post.js code goes below,
7171 // meaning that all of it runs inside of this promise. If anything throws an exception, our promise will abort
7272// Copyright 2010 The Emscripten Authors. All rights reserved.
@@ -2193,11 +2193,11 @@ function updateGlobalBufferAndViews(buf) {
21932193
21942194
21952195var STATIC_BASE = 1024 ,
2196- STACK_BASE = 61536 ,
2196+ STACK_BASE = 62528 ,
21972197 STACKTOP = STACK_BASE ,
2198- STACK_MAX = 5304416 ,
2199- DYNAMIC_BASE = 5304416 ,
2200- DYNAMICTOP_PTR = 61504 ;
2198+ STACK_MAX = 5305408 ,
2199+ DYNAMIC_BASE = 5305408 ,
2200+ DYNAMICTOP_PTR = 62496 ;
22012201
22022202assert ( STACK_BASE % 16 === 0 , 'stack must start aligned' ) ;
22032203assert ( DYNAMIC_BASE % 16 === 0 , 'heap must start aligned' ) ;
@@ -2708,7 +2708,7 @@ var ASM_CONSTS = [];
27082708
27092709
27102710
2711- // STATICTOP = STATIC_BASE + 60512 ;
2711+ // STATICTOP = STATIC_BASE + 61504 ;
27122712/* global initializers */ __ATINIT__ . push ( { func : function ( ) { ___emscripten_environ_constructor ( ) } } ) ;
27132713
27142714
@@ -2719,7 +2719,7 @@ var ASM_CONSTS = [];
27192719
27202720
27212721/* no memory initializer */
2722- var tempDoublePtr = 61520
2722+ var tempDoublePtr = 62512
27232723assert ( tempDoublePtr % 8 == 0 ) ;
27242724
27252725function copyTempFloat ( ptr ) { // functions, because inlining this code increases code size too much
@@ -6412,10 +6412,10 @@ function copyTempDouble(ptr) {
64126412 }
64136413
64146414
6415- var ___tm_current = 61360 ;
6415+ var ___tm_current = 62352 ;
64166416
64176417
6418- var ___tm_timezone = ( stringToUTF8 ( "GMT" , 61408 , 4 ) , 61408 ) ;
6418+ var ___tm_timezone = ( stringToUTF8 ( "GMT" , 62400 , 4 ) , 62400 ) ;
64196419
64206420 function _tzset ( ) {
64216421 // TODO: Use (malleable) environment variables instead of system settings.
@@ -7768,4 +7768,3 @@ else if (typeof define === 'function' && define['amd']) {
77687768else if ( typeof exports === 'object' ) {
77697769 exports [ "Module" ] = initSqlJs ;
77707770}
7771-
0 commit comments