mlua-tinywasm 0.1.4

Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime.
[package]
name = "mlua-tinywasm"
version = "0.1.4"
authors = ["David Rauschenbach <david@megalithic.llc>"]
homepage = "https://on-prem.net"
keywords = ["lua", "wasm"]
categories = ["api-bindings"]
license = "MIT"
edition = "2021"
repository = "https://gitlab.com/megalithic-llc/mlua-wasmer.git"
description = "Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime."

[features]
lua54 = ["mlua/lua54", "mlua/vendored"]
lua53 = ["mlua/lua53", "mlua/vendored"]
lua52 = ["mlua/lua52", "mlua/vendored"]
lua51 = ["mlua/lua51", "mlua/vendored"]
luajit = ["mlua/luajit", "mlua/vendored"]
luajit52 = ["mlua/luajit52", "mlua/vendored"]

[dependencies]
bstr = "1.10.0"
mlua = "0.10.0"
tinywasm = "0.8.0"