aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-11-20 01:15:22 +0000
committerstephan <stephan@noemail.net>2022-11-20 01:15:22 +0000
commit0a94ef8b52fac73d7c200adc876eb38a88664b4e (patch)
tree5b7c94d2a95c07640c7f3b23cfff8007a396f94f /ext/wasm/tester1.c-pp.js
parentecba10730d032485d1067a819c7a3cc966db3d9e (diff)
downloadsqlite-0a94ef8b52fac73d7c200adc876eb38a88664b4e.tar.gz
sqlite-0a94ef8b52fac73d7c200adc876eb38a88664b4e.zip
Minor cleanups in the ESM-related preprocessor filtering.
FossilOrigin-Name: 205884a273128bb666b496b659b4fa9f031ebdbbc1aa704fdeb4b7e015740098
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r--ext/wasm/tester1.c-pp.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js
index 7aa8ba4a6..2a5da8407 100644
--- a/ext/wasm/tester1.c-pp.js
+++ b/ext/wasm/tester1.c-pp.js
@@ -39,9 +39,9 @@
ES6 worker module build:
- ./c-pp -f tester1.c-pp.js -o tester1-esm.js -Dtester1-esm-worker
+ ./c-pp -f tester1.c-pp.js -o tester1-esm.js -Dtarget=es6-module
*/
-//#if tester1-esm-worker
+//#if target=es6-module
import {default as sqlite3InitModule} from './jswasm/sqlite3.mjs';
self.sqlite3InitModule = sqlite3InitModule;
//#else