2025-08-19 09:15:28 +00:00

6 lines
80 B
Bash

#!/bin/bash
source $(dirname $0)/env.sh
exec python3 $EMSCRIPTEN/emcc.py "$@"