diff options
-rw-r--r-- | src/shell.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shell.html b/src/shell.html index 6b6bbdad..69217b18 100644 --- a/src/shell.html +++ b/src/shell.html @@ -9,6 +9,11 @@ <div id='output'></div> <hr> <script type='text/javascript'> + /** + * TODO: Encapsulate this part in a reusable token such as + * EMSCRIPTEN_ENVIRONMENT so that we can share code + * between the default shell and custom ones. + */ // connect to canvas var Module = { print: (function() { |