Skip to content

Instantly share code, notes, and snippets.

View olefasting's full-sized avatar
🥒

Ole A. Sjo Fasting olefasting

🥒
  • Kali Yuga
  • Sandnes, Norway
  • 00:28 (UTC +02:00)
View GitHub Profile
@tgolsson
tgolsson / wasm-bindgen-macroquad.sh
Last active February 14, 2024 22:02
Compatibility shim for combining macroquad with wasm-bindgen.
#!/usr/bin/env bash
set -e
HELP_STRING=$(cat <<- END
usage: build_wasm.sh PROJECT_NAME [--release]
Build script for combining a Macroquad project with wasm-bindgen,
allowing integration with the greater wasm-ecosystem.