This file is for general questions that don't fit into the README or crate docs.
Add the following rustflags to your .cargo/config in order to properly export Lua symbols:
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-rdynamic"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-rdynamic"]
Adding new feature flag to support a Lua VM fork is a major step that requires huge effort to maintain it. Regular updates, testing, checking compatibility, etc. That's why I don't plan to support new Lua VM forks or other languages in mlua.