pub fn all_stdlib_modules() -> Vec<ModuleExports>Expand description
Return all shipped native stdlib modules defined in shape-runtime.
This is the canonical registry — every create_*_module() in the stdlib,
stdlib_time, and stdlib_io trees is called exactly once. VM-side
modules (state, transport, remote) live in shape-vm and must be added
separately by the VM.