|
|
|
|
|
by yannn
964 days ago
|
|
Good point, I don't know how hard transitioning back would be, we would need to review the language diff. Is it simple stuff like removing type annotations and reverting "i += 1" (Luau) by "i = i + 1" (Lua) ? I don't know if they have an interpreter only mode. Yes, our projet runs on WebAssembly. (https://app.cu.bzh) |
|