- Notifications
You must be signed in to change notification settings - Fork54
vvanders/wasm_lua
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Lua VM running in your browser!
Openhere, 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.
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 torawgit for hosting.
About
Lua VM running in a WASM environment
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.