This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.

5 lines
86 B
Bash
Executable File

#! /bin/bash
set -e
emcc "-s" "USE_GLFW=3" "-s" "ASSERTIONS=1" "-s" "ASYNCIFY=1" $@