luau-lang / luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://luau-lang.org
MIT License
3.8k stars 352 forks source link

Adding portable prebuilt for aarch64 and x86 in the release #1227

Open edwinjhlee opened 2 months ago

edwinjhlee commented 2 months ago

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.

vegorov-rbx commented 2 months ago

Is there something wrong with current releases? https://github.com/luau-lang/luau/releases

edwinjhlee commented 2 months ago

Is the current release only supported on x86? Normally there should be at least 6 zip file for : (win, linux, mac) * (x86, aarch64)

edwinjhlee commented 2 months ago

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)