pub const ENTRY_POINT: &str = "main";Expand description
Name of the CodeObject entry that is used as a programs starting point inside Vm::run.
pub const ENTRY_POINT: &str = "main";Name of the CodeObject entry that is used as a programs starting point inside Vm::run.