diff options
author | David Walter Seikel | 2016-02-18 21:10:06 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-02-18 21:10:06 +1000 |
commit | 44cd81404da6af62db686f81a89291f5ad30c4c8 (patch) | |
tree | b629789bed40af666df743ae98dfeb3a10656910 /docs/ClientHamr | |
parent | Shift some docs around, and link to them. (diff) | |
download | SledjHamr-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.
Diffstat (limited to 'docs/ClientHamr')
-rw-r--r-- | docs/ClientHamr/WebBrowsers.txt | 5 |
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 | |||
52 | together. The original matrix-RAD included a plan for a translation | 52 | together. The original matrix-RAD included a plan for a translation |
53 | layer, any web browser that didn't like Java could get a "legacy" simple | 53 | layer, any web browser that didn't like Java could get a "legacy" simple |
54 | web page version. We could do something similar, or go up a step and | 54 | web page version. We could do something similar, or go up a step and |
55 | translate Lua into ECMAScript. | 55 | translate Lua into ECMAScript, or wasm. There's a project that has done |
56 | so already - | ||
57 | |||
58 | https://kripken.github.io/lua.vm.js/lua.vm.js.html | ||
56 | 59 | ||
57 | Include something small like Dillo or NetSurf as the built in web | 60 | Include something small like Dillo or NetSurf as the built in web |
58 | browser. It should be able to spread itself across in world objects, | 61 | browser. It should be able to spread itself across in world objects, |