mlua-tinywasm

Crates.iomlua-tinywasm
lib.rsmlua-tinywasm
version0.1.4
sourcesrc
created_at2024-07-07 00:44:48.122254
updated_at2024-10-29 13:29:31.611766
descriptionLua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime.
homepagehttps://on-prem.net
repositoryhttps://gitlab.com/megalithic-llc/mlua-wasmer.git
max_upload_size
id1294457
size23,050
David Rauschenbach (drauschenbach)

documentation

README

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
Commit count: 68

cargo fmt