aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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,