If a function is not available in a target lua version, a Zig compile error should be raised. See https://github.com/natecraddock/ziglua/pull/209 Something like ``` error: <function name> is not supported in <target lua version>. ```
If a function is not available in a target lua version, a Zig compile error should be raised. See #209
Something like