mlua-tinywasm 0.1.4

Lua bindings and embedding of TinyWasm, the tiny, interpreted Rust-native WebAssembly runtime.
[dependencies.bstr]
version = "1.10.0"

[dependencies.mlua]
version = "0.10.0"

[dependencies.tinywasm]
version = "0.8.0"

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

[lib]
name = "mlua_tinywasm"
path = "src/lib.rs"

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