Constant wasmtime_environ::VM_NATIVE_CALL_HOST_FUNC_MAGIC
source · pub const VM_NATIVE_CALL_HOST_FUNC_MAGIC: u32 = _; // 1_179_140_942u32
Expand description
Equivalent of VMCONTEXT_MAGIC
except for native-call host functions.
This is stored at the start of all VMNativeCallHostFuncContext
structures
and double-checked on VMNativeCallHostFuncContext::from_opaque
.