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: docker/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ Teardown of compilation command:
47
47
48
48
### Building Dockerfile
49
49
50
-
This image requires to specify following build arguments:
50
+
This image has following optional arguments
51
51
52
-
| arg | description |
53
-
| --- | --- |
54
-
|`EMSCRIPTEN_VERSION`| One of released version of Emscripten. For example `1.39.17`<br/> Minimal supported version is **1.39.0**|
52
+
| arg |default value |description |
53
+
| --- | --- | --- |
54
+
|`EMSCRIPTEN_VERSION`|`tot`<br/>(special case, tip-of-tree) |One of released version of Emscripten. For example `2.0.0`<br/> Minimal supported version is **1.39.0**|
0 commit comments