view third_party/emsdk/bazel/emscripten_toolchain/emcc.sh @ 276:b55c22cff335

Add interactive infinite canvas prototype
author MrJuneJune <me@mrjunejune.com>
date Mon, 17 Aug 2026 16:57:56 -0700
parents 8d17f6e6e290
children
line wrap: on
line source

#!/bin/bash

source $(dirname $0)/env.sh

exec python3 $EMSCRIPTEN/emcc.py "$@"