diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-11-25 16:55:51 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-11-25 16:55:51 -0800 |
commit | ffd139f1b84dd723e92f417d72957201dec6ceb9 (patch) | |
tree | 70b66464639959e0b7bd517ce6cc71c6878aa823 /demos | |
parent | c914dffa663e48db7ecd4be553a60f37b49eb5ef (diff) |
lua demo tweaks
Diffstat (limited to 'demos')
-rw-r--r-- | demos/lua.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/lua.html b/demos/lua.html index c06528a7..6fc53e2a 100644 --- a/demos/lua.html +++ b/demos/lua.html @@ -37,7 +37,10 @@ running in your browser (without any plugins). </p> <p> - Most stuff should work, please report bugs if you find them! + <ul> + <li>Most stuff should work, please report bugs if you find them!</li> + <li>Note that this is an unoptimized build (see <a href="http://code.google.com/p/emscripten/issues/detail?id=8">issue 8</a>)</li> + </ul> </p> <hr> <!-- Call Lua's execution function --> |