Lua bindings for the Rust-based Wasmer WASM runtime
  • Rust 99.4%
  • Makefile 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
David Rauschenbach 23dd564e61 Release 1.0.7
2026-03-02 10:22:19 -08:00
src Export wasmer crates for callers that might want direct access 2026-03-02 18:21:24 +00:00
testdata Provide access to WasiRunner 2026-03-01 18:36:41 +00:00
tests Support Imports struct 2024-03-08 06:04:04 -08:00
.gitignore Initial commit 2024-01-23 07:13:16 -08:00
.gitlab-ci.yml Upgrade wasmer 6.1.0 → 7.0.1; Upgrade Rust 1.90.0 → 1.93.0 2026-03-01 02:00:21 +00:00
.rustfmt.toml Support Store and Module structs and constructors 2024-01-27 14:34:57 +00:00
Cargo.lock Release 1.0.7 2026-03-02 10:22:19 -08:00
Cargo.toml Release 1.0.7 2026-03-02 10:22:19 -08:00
CHANGELOG.md Release 1.0.7 2026-03-02 10:22:19 -08:00
Makefile Release 1.0.6 2026-03-01 12:02:01 -08:00
README.md Initial commit 2024-01-23 07:13:16 -08:00

mlua-wasmer

Lua bindings and embedding of Wasmer, the high-performance 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-wasmer --features luajit

Testing

$ make check