is luau ready to use? #108
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/Astra#108
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
➜ cargo install lua-astra --no-default-features --features luau
➜ astra run t.luau
2025-10-28T19:51:46.494735Z ERROR astra::commands::run: runtime error: Could not find the module astra.lua.http
stack traceback:
Luau is usable and runs fine, however types aren't added yet sadly as I didn't get enough time to do it...
For the error, try exporting the types first and then run, perhaps it'd work then?
There are some bugs I just found related to this, even with the new architecture. So keeping this open to fix them