Is there a way to generate bytecode directly from a .tl file with Teal? #950
MichaelBonnet
started this conversation in
General
Replies: 1 comment
-
|
You should be able to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I want to put the code through as many checks as possible before sending it out for use, and including the bytecode compile step would be part of that. I can construct a workflow where Teal compilation happens first then luac compilation happens, but doing it in one step would be cool.
Beta Was this translation helpful? Give feedback.
All reactions