Skip to content

Instantly share code, notes, and snippets.

View olefasting's full-sized avatar
🥒

Ole A. Sjo Fasting olefasting

🥒
  • Kali Yuga
  • Sandnes, Norway
  • 17:17 (UTC +02:00)
View GitHub Profile
@olefasting
olefasting / wasm-bindgen-macroquad.sh
Last active February 10, 2022 21:47 — 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 PROJECT_NAME [--release]
Build script for combining a Macroquad project with wasm-bindgen,
allowing integration with the greater wasm-ecosystem.
@olefasting
olefasting / apex.sh
Last active May 19, 2019 14:19
Script for managing a VSCode project, based on Haxe, Heaps.io and CastleDB
#!/usr/bin/env bash
set -e
function on_error() {
echo "exit 1"
exit 1
}
trap on_error ERR