You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CodeCompiler can save the code to an assembly file, but the only way to load it is to use dynamic loading within Lua code using modules. It would be better to add a method LoadCompiled to the Lua type to load the compiled code.