Function wasm_bindgen_wasm_conventions::get_shadow_stack_pointer[][src]

pub fn get_shadow_stack_pointer(module: &Module) -> Option<GlobalId>

Get the __shadow_stack_pointer.

It must have been previously added to the module’s exports via export_shadow_stack_pointer.