Lua Interpreter
This example shoes the Lua interpreter running in Native Client. By default it runs the an interactive REPL (Run Eval Print Loop), but can also run Lua files from its virtual file system.
The filesystem is pre-populated with the Lua unit test suite as well as a couple of Lua benchmarks. For can run these by passing the arguments to the Lua executable on as URL parameters. For example, you can run the unit tests or the SciMark or binarytrees benchmarks. You can also write your own files the virtual filesystem using the button below. These files will be written to the HTML5 persistent filesystem which is mounted at '/mnt/html5' within Lua's virtual filesystem.