Crates.io | mlua-tinywasm |
lib.rs | mlua-tinywasm |
version | 0.1.4 |
source | src |
created_at | 2024-07-07 00:44:48.122254 |
updated_at | 2024-10-29 13:29:31.611766 |
description | Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime. |
homepage | https://on-prem.net |
repository | https://gitlab.com/megalithic-llc/mlua-wasmer.git |
max_upload_size | |
id | 1294457 |
size | 23,050 |
Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime.
Add to your Rust project using one of MLua's features: [lua51, lua52, lua53, lua54, luajit, luajit52].
$ cargo add mlua-tinywasm --features luajit
$ make check