luau
luau copied to clipboard
Adding portable prebuilt for aarch64 and x86 in the release
Hello, friends in luau community,
Will luau provide portable prebuilt. We are developing x-cmd and want to add luau into our pkg. Take bun as an example: https://www.x-cmd.com/pkg/bun
We can compile the luau according to README, but normally we would use official release as possible to avoid any possible inconsistency introduced by our team.
After luau is introduced into x-cmd, we would also recognized .luau
as file for luau script. User can just type x hi.luau
, x-cmd will download the luau ( if luau unavailable in machine) and execute the luau script.
Is there something wrong with current releases? https://github.com/luau-lang/luau/releases
Is the current release only supported on x86? Normally there should be at least 6 zip file for : (win, linux, mac) * (x86, aarch64)
Is there something wrong with current releases? https://github.com/luau-lang/luau/releases
Is the current release only supported on x86? Normally there should be at least 6 zip file for : (win, linux, mac) * (x86, aarch64)