Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/sgm5YcmgyD
GNU General Public License v3.0
130 stars 18 forks source link

Avoid using luau specific extension in runtime.lua #32

Closed trcrsired closed 8 months ago

trcrsired commented 9 months ago

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

Rerumu commented 8 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.