Skip to content

Commit

Permalink
Update emcc flags to normal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Nov 26, 2024
1 parent bc8a9c1 commit 1eb90af
Show file tree
Hide file tree
Showing 26 changed files with 10 additions and 98,609 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ EMFLAGS_DEBUG = \
$(EMFLAGS_COMMON)

EMFLAGS_DIST = \
-gsource-map \
-s ASSERTIONS=2 \
-s SAFE_HEAP=1 \
-s STACK_OVERFLOW_CHECK=2 \
-Oz \
-flto \
$(EMFLAGS_COMMON)

# Need to export all the Main module's symbols
Expand Down
6,691 changes: 1 addition & 6,690 deletions dist/mc-wa-sqlite-async.mjs

Large diffs are not rendered by default.

Binary file modified dist/mc-wa-sqlite-async.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/mc-wa-sqlite-async.wasm.map

This file was deleted.

6,435 changes: 1 addition & 6,434 deletions dist/mc-wa-sqlite-jspi.mjs

Large diffs are not rendered by default.

Binary file modified dist/mc-wa-sqlite-jspi.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/mc-wa-sqlite-jspi.wasm.map

This file was deleted.

6,284 changes: 1 addition & 6,283 deletions dist/mc-wa-sqlite.mjs

Large diffs are not rendered by default.

Binary file modified dist/mc-wa-sqlite.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/mc-wa-sqlite.wasm.map

This file was deleted.

30,314 changes: 1 addition & 30,313 deletions dist/wa-sqlite-async-dynamic-main.mjs

Large diffs are not rendered by default.

Binary file modified dist/wa-sqlite-async-dynamic-main.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/wa-sqlite-async-dynamic-main.wasm.map

This file was deleted.

6,668 changes: 1 addition & 6,667 deletions dist/wa-sqlite-async.mjs

Large diffs are not rendered by default.

Binary file modified dist/wa-sqlite-async.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/wa-sqlite-async.wasm.map

This file was deleted.

29,539 changes: 1 addition & 29,538 deletions dist/wa-sqlite-dynamic-main.mjs

Large diffs are not rendered by default.

Binary file modified dist/wa-sqlite-dynamic-main.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/wa-sqlite-dynamic-main.wasm.map

This file was deleted.

6,412 changes: 1 addition & 6,411 deletions dist/wa-sqlite-jspi.mjs

Large diffs are not rendered by default.

Binary file modified dist/wa-sqlite-jspi.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/wa-sqlite-jspi.wasm.map

This file was deleted.

6,261 changes: 1 addition & 6,260 deletions dist/wa-sqlite.mjs

Large diffs are not rendered by default.

Binary file modified dist/wa-sqlite.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/wa-sqlite.wasm.map

This file was deleted.

1 change: 0 additions & 1 deletion src/FacadeVFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export class FacadeVFS extends VFS.Base {
* @returns {number} SQLite error code
*/
xCurrentTimeInt64(pVfs, pTime) {
console.log('xCurrentTimeInt64');
// Create a DataView to write the current time
const timeView = this.#makeTypedDataView('BigInt64', pTime);

Expand Down

0 comments on commit 1eb90af

Please sign in to comment.