JavaScript Is Weird (EXTREME EDITION) algorithm written in Zig (for learning purposes) and exposed on the web via WASM.
git clone https://github.com/UstymUkhman/weird-js.git
cd weird-js
# CMD:
./build.sh
# This script optionally accepts 2 arguments,
# JS code to compile and an output file name:
./build.sh "console.log('Hi!')" out
# Run:
node ./zig-out/out.js
# Web:
bun i
bun dev
bun run build
bun run preview