Skip to main content

set_pending_aot_natives

Function set_pending_aot_natives 

Source
pub fn set_pending_aot_natives(natives: Vec<(String, Box<dyn NativeFn>)>)
Expand description

Queue compiled-native functions for the next VM run on this thread (HOTSWAP §Axis-3). Consumed by the next interpret_for_ui_* VM run.