[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua in web browser via Google NativeClient plugin
- From: "Dr. Markus Walther" <walther@...>
- Date: Mon, 09 Feb 2009 16:43:07 +0100
Hi all,
it seems the folks at Google have done it again:
not only do they have pretty exciting techniques to allow safe execution
of untrusted x86 machine code in the browser (see their research paper),
but I just discovered the provide Lua-in-the-browser as one of their
examples:
http://code.google.com/p/nativeclient/source/browse/trunk/nacl/googleclient/native_client/tests/lua/
--Markus