pub fn std_native_map() -> HashMap<String, u32>Expand description
Name → CallNative index for documentation / host-side lookups.
Prefer this (or std_natives) over hard-coding integers in host code
so renames stay discoverable; bytecode itself still embeds the numeric
slot once assembled.