Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/JuekZtYmxx
GNU General Public License v3.0
139 stars 19 forks source link

Avoid using luau specific extension in runtime.lua #32

Closed trcrsired closed 11 months ago

trcrsired commented 11 months ago

This would avoid runtime issue for luau on luajit, though there are other issues too.

Rerumu commented 11 months ago

Luau runtime has recently updated with further optimizations specific to it. As such if we want a more generic implementation we'd need another codegen backend rather than editing the current ones.

I'll look into that when v2 is ready, probably.