# mlua-tinywasm
Lua bindings and embedding of [TinyWasm](https://crates.io/crates/tinywasm), the tiny, interpreted
Rust-native 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-tinywasm --features luajit
```
## Testing
```shell
$ make check
```