lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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