diff options
author | stephan <stephan@noemail.net> | 2024-09-24 12:16:05 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-09-24 12:16:05 +0000 |
commit | 88c43ce1f6c40f4a3018829b831ab9b8a7d8dcbf (patch) | |
tree | 618fb9d54cd2a9c7add32067ce32808e8b09d026 /ext/wasm/api/pre-js.c-pp.js | |
parent | 405ae974eeaa99114593bb49e2d4951892adcced (diff) | |
download | sqlite-88c43ce1f6c40f4a3018829b831ab9b8a7d8dcbf.tar.gz sqlite-88c43ce1f6c40f4a3018829b831ab9b8a7d8dcbf.zip |
Wasm build cleanups. Fix the wasm speedtest1 builds broken by yesterday's refactoring.
FossilOrigin-Name: 5d4a090230d1d7609e70b9c28d662dc8b0f8dd4d70a254f3ce6e449c68a25897
Diffstat (limited to 'ext/wasm/api/pre-js.c-pp.js')
-rw-r--r-- | ext/wasm/api/pre-js.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/pre-js.c-pp.js b/ext/wasm/api/pre-js.c-pp.js index 06d44a7a6..4045fb11c 100644 --- a/ext/wasm/api/pre-js.c-pp.js +++ b/ext/wasm/api/pre-js.c-pp.js @@ -48,7 +48,7 @@ Module['locateFile'] = function(path, prefix) { }else{ theFile = prefix + path; } - sqlite3InitModuleState.debugModule( + this.debugModule( "locateFile(",arguments[0], ',', arguments[1],")", 'sqlite3InitModuleState.scriptDir =',this.scriptDir, 'up.entries() =',Array.from(up.entries()), |