Constant polkavm_common::zygote::VM_ADDR_NATIVE_CODE

source ยท
pub const VM_ADDR_NATIVE_CODE: u64 = 0x100000000;
Expand description

The address where the native code starts inside of the VM.

This is not directly accessible by the program running inside of the VM.