[−][src]Module wasmer_runtime_core::fault::raw
The raw module contains required externed function interfaces for the fault module.
Functions
longjmp⚠ | libc longjmp |
register_preservation_trampoline⚠ | Internal routine for switching into a backend without information about where registers are preserved. |
run_on_alternative_stack⚠ | Load registers and return on the stack [stack_end..stack_begin]. |
setjmp⚠ | libc setjmp |