pub fn install_builtin_signatures(sigs: &'static [&'static BuiltinSignature])Expand description
Install the process-global signature registry. Called once by the driver
(CLI, LSP, lint, serve, dap) at startup. Test harnesses that build a Vm
via harn_vm::stdlib::stdlib_probe_vm() inherit the install through that
helper.
ยงPanics
Panics if called more than once with different slices. Repeat calls with the same pointer are tolerated (CLI + test harness can both call it).