You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/manuals/app-manifest.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Also application manifest contains some options to control compiling code for HT
12
12
13
13

14
14
15
+
# Applying the manifest
16
+
17
+
In `game.project`, assign the manifest to `Native Extensions` -> `App Manifest`.
15
18
16
19
## Physics
17
20
@@ -106,4 +109,4 @@ That options relates to `html5.heap_size` in game.project [link](https://defold.
106
109
YAML field name: **stackSize**
107
110
Default value: **5242880**
108
111
109
-
The stack size of application. For more information look [link](https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=environment#stack-size). Value in bytes.
112
+
The stack size of application. For more information look [link](https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=environment#stack-size). Value in bytes.
0 commit comments