pub fn register_all(lua: &Lua, ctx: &HostContext) -> LuaResult<()>Expand description
Register all bridge APIs into the Lua state (main Isle).
Note: fs, env, json, path, time are provided by mlua-batteries
(registered as std.* in host.rs). This function registers only
agent-block-specific APIs.