Comment by lblack00
8 hours ago
Correct me if I'm wrong, mlua is a set of bindings to interact with the Lua C API via FFI, not necessarily a Rust implementation.
It (mlua) would be more similar to rusty_v8.
8 hours ago
Correct me if I'm wrong, mlua is a set of bindings to interact with the Lua C API via FFI, not necessarily a Rust implementation.
It (mlua) would be more similar to rusty_v8.
indeed, not pure rust / requires vendored lib, but i thought it might help explain the potential use case