Skip to content

Commit dd1e585

Browse files
committed
makefile
1 parent 787e814 commit dd1e585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versions/13/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifdef EMSCRIPTEN
6161
-I$(LIBPG_QUERY_DIR)/vendor \
6262
-L$(LIBPG_QUERY_DIR) \
6363
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query','_wasm_free_string','_wasm_parse_query_raw','_wasm_free_parse_result']" \
64-
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','UTF8ToString','getValue','HEAPU8','HEAPU32']" \
64+
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6565
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
6666
-sENVIRONMENT="web,node" \
6767
-sMODULARIZE=1 \

versions/17/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ifdef EMSCRIPTEN
5858
-I$(LIBPG_QUERY_DIR)/vendor \
5959
-L$(LIBPG_QUERY_DIR) \
6060
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query','_wasm_free_string','_wasm_parse_query_raw','_wasm_free_parse_result']" \
61-
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','UTF8ToString','getValue','HEAPU8','HEAPU32']" \
61+
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6262
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
6363
-sENVIRONMENT="web,node" \
6464
-sMODULARIZE=1 \

0 commit comments

Comments
 (0)