wasm_lua
Lua runner
A Lua interpreter running in a WebAssembly environment
Lua VM running in a WASM environment
793 stars
30 watching
53 forks
Language: C
last commit: 12 months 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. | 494 |
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 managed by containerd | 1,093 |
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 monitoring network devices | 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 | 177 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 690 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
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 | 551 |
andrewrk/lua-in-the-browser | Building Lua in WebAssembly to enable run-time execution within web browsers. | 32 |