Clarify header comments in the Emscripten frontend's source files to

mention that the HTML pages generated by html/jspage.pl are also an
integral part of this front end. (The NestedVM frontend is more
self-contained, needing only an appropriate <applet> tag, but this one
expects quite a few components to exist on the page and have the right
ids.)

[originally from svn r9803]
This commit is contained in:
Simon Tatham
2013-04-05 15:49:18 +00:00
parent a752e73720
commit 3bc0e5cc24
3 changed files with 14 additions and 3 deletions

5
emcc.c
View File

@ -3,7 +3,10 @@
* end for Puzzles.
*
* The Javascript parts of this system live in emcclib.js and
* emccpre.js.
* emccpre.js. It also depends on being run in the context of a web
* page containing an appropriate collection of bits and pieces (a
* canvas, some buttons and links etc), which is generated for each
* puzzle by the script html/jspage.pl.
*/
/*