# Helper variables (override on invocation if needed).
CARGO ?=
WASM_PACK ?=
SQLLOGIC_PATH ?=
:
## Run default Rust tests in the current environment (non-WASM).
:
## Build the WebAssembly package (artifact goes to ./pkg).
:
## Execute wasm-bindgen tests under Node.js (wasm32 target).
:
## Run the sqllogictest harness against the configured .slt suite.
:
## Convenience target to run every suite in sequence.
:
## Run formatting (check mode) and clippy linting together.
:
## Execute the TPCC workload example as a standalone command.
: