# mlua-wasmer
Lua bindings and embedding of [Wasmer](https://crates.io/crates/wasmer), the high-performance
WebAssembly runtime.
[](LICENSE)
[]()
[]()
## Installing
Add to your Rust project using one of MLua's features: [lua51, lua52, lua53, lua54, luajit, luajit52].
```shell
$ cargo add mlua-wasmer --features luajit
```
## Testing
```shell
$ make check
```