How generated xgoja binaries mount JavaScript verbs as Glazed commands.
Generated xgoja binaries can expose JavaScript functions as CLI commands. The build specification declares one or more jsverb sources. At startup, the generated runtime support scans those sources, builds Glazed commands from discovered verb metadata, and attaches them under the configured verbs root command.
A jsverb command executes inside an xgoja runtime profile. The command builds field values from CLI flags and arguments, creates a runtime with the profile's selected modules, injects the source loader for the scanned JavaScript files, invokes the captured JavaScript function, and prints the Glazed command result.
go:embed.Use the sources subcommand under the verbs root to list configured source IDs.