pub fn register_vm_stdlib(vm: &mut Vm)Expand description
Register all standard builtins on a VM (core + io + agent). Also installs the macro-emitted signature slice into the parser registry (idempotent under repeat calls with the same slice pointer).