#lua #lua-bindings #api-bindings

mlua-tinywasm

Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime

1 unstable release

0.1.1 Jul 7, 2024

#711 in WebAssembly

MIT license

18KB
369 lines

mlua-tinywasm

Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime.

License Arch Lua

Installing

Add to your Rust project using one of MLua's features: [lua51, lua52, lua53, lua54, luajit, luajit52].

$ cargo add mlua-tinywasm --features luajit

Testing

$ make check

Dependencies

~2.1–4MB
~63K SLoC