From 6fb608bb2b3fb499a58dc6bcc5c230ac960d07da Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 13 Aug 2017 20:48:07 +0200 Subject: [PATCH] added the commandline for Emscripten --- embuild.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 embuild.sh diff --git a/embuild.sh b/embuild.sh new file mode 100644 index 00000000..81614037 --- /dev/null +++ b/embuild.sh @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/lib/emscripten/em++ hyperweb.cpp -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128*1024*1024 -std=c++11 -o hyper.html +