Skip to content

bmwalters/wasm_lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.8%
  • HTML 33.7%
  • C++ 2.7%
  • Other 1.8%