#lua #lua-bindings #api-bindings

mlua-tinywasm

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

4 releases

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

#523 in WebAssembly

Download history 1/week @ 2024-07-30 11/week @ 2024-09-10 6/week @ 2024-09-17 118/week @ 2024-09-24 19/week @ 2024-10-01 2/week @ 2024-10-08 170/week @ 2024-10-15 28/week @ 2024-10-22 126/week @ 2024-10-29 10/week @ 2024-11-05

335 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–9MB
~77K SLoC