We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9934439 commit 61b9e79Copy full SHA for 61b9e79
1 file changed
Makefile
@@ -30,11 +30,11 @@ build:
30
31
## Build the WebAssembly package (artifact goes to ./pkg).
32
wasm-build:
33
- $(WASM_PACK) build --release --target nodejs
+ $(WASM_PACK) build --release --target nodejs -- --features wasm
34
35
## Execute wasm-bindgen tests under Node.js (wasm32 target).
36
test-wasm:
37
- $(WASM_PACK) test --node -- --package kite_sql --lib
+ $(WASM_PACK) test --node -- --features wasm --package kite_sql --lib
38
39
## Run the sqllogictest harness against the configured .slt suite.
40
test-slt:
0 commit comments