Skip to content

Instantly share code, notes, and snippets.

View nobbele's full-sized avatar
🟢
Clicking circles to the beat

nobbele nobbele

🟢
Clicking circles to the beat
View GitHub Profile
@nobbele
nobbele / build_wasm.sh
Last active October 8, 2023 22:40 — forked from tgolsson/wasm-bindgen-macroquad.sh
Compatibility shim for combining macroquad with wasm-bindgen.
#!/usr/bin/env bash
set -e
HELP_STRING=$(cat <<- END
usage: build_wasm.sh
Build script for combining a Macroquad project with wasm-bindgen,
allowing integration with the greater wasm-ecosystem.