We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b6632 commit f04d351Copy full SHA for f04d351
Makefile
@@ -5,5 +5,5 @@ EMCC=$(EMSCRIPTEN)/emcc
5
all: sql.js
6
7
sql.js: sqlite3.c
8
- $(EMCC) sqlite3.c --post-js bindings.js -o sql.js
+ $(EMCC) -O2 sqlite3.c --post-js bindings.js -o sql.js -s EXPORTED_FUNCTIONS="['_sqlite3_open', '_sqlite3_close', '_sqlite3_exec']"
9
0 commit comments