Luau itself does by design, but I've never tried compiling Lune to WASM. I know that there are some blockers with the Roblox library but that's an optional component and you can just leave it out. The WASM build is…
Disclaimer: I've contributed to Lune multiple times and have contributed off and on to Luau as well. For those who aren't familiar, Luau is a language based on Lua that is developed and maintained by Roblox. It's…
I'm not sure about the garbage collection improvements since I haven't touched the GC, unfortunately. My philosophy is generally that I just let it do its work.
I'm rather biased because I am a Roblox dev who's also contributed to Luau and its tooling environment. I would generally recommend Luau over Lua in most cases. If you don't need the simplicity that Lua provides (C is a…
Luau itself does by design, but I've never tried compiling Lune to WASM. I know that there are some blockers with the Roblox library but that's an optional component and you can just leave it out. The WASM build is…
Disclaimer: I've contributed to Lune multiple times and have contributed off and on to Luau as well. For those who aren't familiar, Luau is a language based on Lua that is developed and maintained by Roblox. It's…
I'm not sure about the garbage collection improvements since I haven't touched the GC, unfortunately. My philosophy is generally that I just let it do its work.
I'm rather biased because I am a Roblox dev who's also contributed to Luau and its tooling environment. I would generally recommend Luau over Lua in most cases. If you don't need the simplicity that Lua provides (C is a…