Log inGet started

plugins

Updated September 27, 2026

The plugins namespace: 1 function.

plugins/status

plugins.status() -> table

What the plugin host loaded. started is whether it has run; plugins lists each one with loaded, its scope and storage, and the namespaces it registered, or the error that refused it. In the browser build jspi names what the browser offers of the WebAssembly feature every plugin runs its host calls through.

Returns table — The host's report

local report = plugins.status()
print(report.started, #report.plugins)
  • api
  • reference