You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rework luv work vm storage
moves work vm storage into a garbage collected userdata.
this allows for each lua state to manage its own storage.
this removes the need for a global array of work vms.
Add access(2) constants to the constants table
fs_access is equivalent to access(2), but this function is useless
without the corresponsing access mode constants F_OK, R_OK, W_OK, and
X_OK. Let's add these constants to the table.