We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, forwards & backwards compatibility for deprecated and newer functions for all 5.X Lua versions are build directly into the bindings via https://github.com/TypeScriptToLua/lua-wasm-bindings/blob/master/src/binding-factory.ts
However, this has gotten rather messy as more and more functions have been exported.
Ideally, we will want to move this code to the TSTL test framework or a small independent adapter.
The bindings should be generated on a per-version basis, automatically from lua docs/dumps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, forwards & backwards compatibility for deprecated and newer functions for all 5.X Lua versions are build directly into the bindings via https://github.com/TypeScriptToLua/lua-wasm-bindings/blob/master/src/binding-factory.ts
However, this has gotten rather messy as more and more functions have been exported.
Ideally, we will want to move this code to the TSTL test framework or a small independent adapter.
The bindings should be generated on a per-version basis, automatically from lua docs/dumps.
The text was updated successfully, but these errors were encountered: