-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels