wasm_lua
Lua runner
A Lua interpreter running in a WebAssembly environment
Lua VM running in a WASM environment
795 stars
30 watching
53 forks
Language: C
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ceifa/wasmoon | A Lua VM that embeds JavaScript and provides efficient WebAssembly compilation for compatibility with Node.js applications. | 498 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
containerd/runwasi | Facilitates running WebAssembly workloads on a container runtime | 1,114 |
swadicalrag/wasm2lua | A tool for compiling WebAssembly modules to Lua code | 194 |
serprex/luwa | Builds a Just-In-Time compiler to target WebAssembly from Lua | 95 |
hleuwer/luasnmp | A Lua binding to the net-snmp library for network management | 11 |
munvm/munvm | A cross-platform Lua runtime with JIT compilation and managed memory management. | 8 |
luishsu/wasmvm | A standalone WebAssembly virtual machine | 4 |
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
is0n/jaq-nvim | Enables quick execution of code snippets within Neovim using Lua commands | 178 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 702 |
wasmi-labs/wasmi | An efficient WebAssembly interpreter with a focus on constrained and embedded systems. | 1,633 |
marchamamji/runner.nvim | A plugin that allows running code within the editor in various programming languages. | 49 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 553 |
andrewrk/lua-in-the-browser | Building Lua in WebAssembly to enable run-time execution within web browsers. | 32 |