pub const NS_WASMTIME_BUILTIN: u32 = 1;
Expand description
Namespace for builtin function trampolines. The index is the index of the
builtin that’s being referenced. These trampolines invoke the real host
function through an indirect function call loaded by the VMContext
.