Skip to main content

std_natives

Function std_natives 

Source
pub fn std_natives() -> (Arc<NativeTable>, HashMap<String, u32>)
Expand description

Build the default native table and its matching name map together.

Prefer this when the host both registers natives and resolves names to indices for ChunkBuilder — one source of truth, no drift between map and table.