Skip to content

Instantly share code, notes, and snippets.

@profan
profan / build_wasm.sh
Last active January 17, 2024 08:01 — forked from nobbele/build_wasm.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.