airsl 0.1.3

Embeddable Lua 5.4 runtime with a capability-gated sandbox and a host standard library
Documentation
1
2
3
4
5
6
-- The other half of the cycle. Nothing here is unusual, and that is the point: this file asks for
-- a module by name the way any file would, and the name happens to be the one still loading.

local ring = require("ring")

return { ring = ring }