jupyterlite / wasm_lua

Lua VM running in a WASM environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm_lua

Lua VM running in your browser!

Open here, if it works you should see "Hello Lua!".

Each update is executed in a unique VM instance via WASM + emscripten.

Currently test on Firefox 52.0 but probably works on other platforms as well.

Why?

Lua is a fast, highly embeddable VM that boasts a wide set of features allowing it to be adapted to a diverse set of domains and platforms.

  • Can be run in 400kb of memory or less.
  • Multi-paradigm via metatables, closures and coroutines.
  • Robust, proven VM that's shipped on platforms including MIPS, x86, ARM and many others(and now WASM!).
  • Small, easy to understand language.
  • Extensible debugger hooks for easy on-target debugging.

Thanks to rawgit for hosting.

About

Lua VM running in a WASM environment


Languages

Language:C 64.4%Language:HTML 33.8%Language:Makefile 1.0%Language:Roff 0.5%Language:CSS 0.3%Language:C++ 0.0%