We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdc69c commit 2f516daCopy full SHA for 2f516da
src/projectM-emscripten/Makefile.am
@@ -19,7 +19,7 @@ projectW_bc_PROGRAM = projectW.bc
19
projectW.html: generate-html
20
21
generate-html:
22
- emcc $(EMSCRIPTEN_FLAGS) projectW.bc
+ emcc ALLOW_MEMORY_GROWTH=1 $(EMSCRIPTEN_FLAGS) projectW.bc
23
24
run: projectW.html
25
emrun projectW.html
src/projectM-emscripten/README
@@ -1,6 +1,14 @@
1
-Building w/ emscripten
+Running on the web.
2
3
-## Crepare
+# Easy way:
4
+* `make run`
5
+
6
7
8
9
+# Hard way:
10
11
+## Prepare
12
* Activate the emsdk (https://github.com/juj/emsdk#installation-instructions)
13
* make sure you are in the root directory of this project
14
* on fresh repositories: `./autogen.sh`
0 commit comments