aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-18 21:10:06 +1000
committerDavid Walter Seikel2016-02-18 21:10:06 +1000
commit44cd81404da6af62db686f81a89291f5ad30c4c8 (patch)
treeb629789bed40af666df743ae98dfeb3a10656910
parentShift some docs around, and link to them. (diff)
downloadSledjHamr-44cd81404da6af62db686f81a89291f5ad30c4c8.zip
SledjHamr-44cd81404da6af62db686f81a89291f5ad30c4c8.tar.gz
SledjHamr-44cd81404da6af62db686f81a89291f5ad30c4c8.tar.bz2
SledjHamr-44cd81404da6af62db686f81a89291f5ad30c4c8.tar.xz
Added URL for the Lua.vm.js project - running the Lua VM in web browsers.
-rw-r--r--docs/ClientHamr/WebBrowsers.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ClientHamr/WebBrowsers.txt b/docs/ClientHamr/WebBrowsers.txt
index 82e8a05..889eb42 100644
--- a/docs/ClientHamr/WebBrowsers.txt
+++ b/docs/ClientHamr/WebBrowsers.txt
@@ -52,7 +52,10 @@ worked within web pages. Now we can dispense with the web pages all
52together. The original matrix-RAD included a plan for a translation 52together. The original matrix-RAD included a plan for a translation
53layer, any web browser that didn't like Java could get a "legacy" simple 53layer, any web browser that didn't like Java could get a "legacy" simple
54web page version. We could do something similar, or go up a step and 54web page version. We could do something similar, or go up a step and
55translate Lua into ECMAScript. 55translate Lua into ECMAScript, or wasm. There's a project that has done
56so already -
57
58https://kripken.github.io/lua.vm.js/lua.vm.js.html
56 59
57Include something small like Dillo or NetSurf as the built in web 60Include something small like Dillo or NetSurf as the built in web
58browser. It should be able to spread itself across in world objects, 61browser. It should be able to spread itself across in world objects,