Skip to content

Commit 1e92976

Browse files
committed
env web
1 parent f97b0e1 commit 1e92976

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

full/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ifdef EMSCRIPTEN
6060
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query','_wasm_parse_query_protobuf','_wasm_get_protobuf_len','_wasm_deparse_protobuf','_wasm_parse_plpgsql','_wasm_fingerprint','_wasm_normalize_query','_wasm_scan','_wasm_parse_query_detailed','_wasm_free_detailed_result','_wasm_free_string','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6161
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','UTF8ToString','getValue','HEAPU8','HEAPU32']" \
6262
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
63-
-sENVIRONMENT="web,node" \
63+
-sENVIRONMENT="web" \
6464
-sMODULARIZE=1 \
6565
-sEXPORT_ES6=0 \
6666
-sALLOW_MEMORY_GROWTH=1 \

templates/Makefile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ifdef EMSCRIPTEN
6565
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6666
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6767
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
68-
-sENVIRONMENT="web,node" \
68+
-sENVIRONMENT="web" \
6969
-sMODULARIZE=1 \
7070
-sEXPORT_ES6=0 \
7171
-sALLOW_MEMORY_GROWTH=1 \

versions/13/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ifdef EMSCRIPTEN
6868
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6969
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
7070
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
71-
-sENVIRONMENT="web,node" \
71+
-sENVIRONMENT="web" \
7272
-sMODULARIZE=1 \
7373
-sEXPORT_ES6=0 \
7474
-sALLOW_MEMORY_GROWTH=1 \

versions/14/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ifdef EMSCRIPTEN
6565
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6666
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6767
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
68-
-sENVIRONMENT="web,node" \
68+
-sENVIRONMENT="web" \
6969
-sMODULARIZE=1 \
7070
-sEXPORT_ES6=0 \
7171
-sALLOW_MEMORY_GROWTH=1 \

versions/15/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ifdef EMSCRIPTEN
6767
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6868
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6969
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
70-
-sENVIRONMENT="web,node" \
70+
-sENVIRONMENT="web" \
7171
-sMODULARIZE=1 \
7272
-sEXPORT_ES6=0 \
7373
-sALLOW_MEMORY_GROWTH=1 \

versions/16/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ifdef EMSCRIPTEN
6565
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6666
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6767
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
68-
-sENVIRONMENT="web,node" \
68+
-sENVIRONMENT="web" \
6969
-sMODULARIZE=1 \
7070
-sEXPORT_ES6=0 \
7171
-sALLOW_MEMORY_GROWTH=1 \

versions/17/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ifdef EMSCRIPTEN
6565
-sEXPORTED_FUNCTIONS="['_malloc','_free','_wasm_parse_query_raw','_wasm_free_parse_result']" \
6666
-sEXPORTED_RUNTIME_METHODS="['lengthBytesUTF8','stringToUTF8','getValue','UTF8ToString','HEAPU8','HEAPU32']" \
6767
-sEXPORT_NAME="$(WASM_MODULE_NAME)" \
68-
-sENVIRONMENT="web,node" \
68+
-sENVIRONMENT="web" \
6969
-sMODULARIZE=1 \
7070
-sEXPORT_ES6=0 \
7171
-sALLOW_MEMORY_GROWTH=1 \

0 commit comments

Comments
 (0)