#!/bin/bash
# Run the Node.js CLI with experimental WASM support
exec node --experimental-wasm-modules cli.js "$@"