#lua #lua-bindings #api-bindings

mlua-tinywasm

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

4 releases

new 0.1.4 Oct 29, 2024
0.1.3 Oct 19, 2024
0.1.2 Sep 27, 2024
0.1.1 Jul 7, 2024

#16 in #lua-bindings

Download history 24/week @ 2024-07-08 1/week @ 2024-07-29 16/week @ 2024-09-16 110/week @ 2024-09-23 28/week @ 2024-09-30 1/week @ 2024-10-07 162/week @ 2024-10-14 37/week @ 2024-10-21

236 downloads per month

MIT license

20KB
411 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.5–8MB
~74K SLoC