pub fn emit_trap_section(
object: &mut Object<'static>,
kind: &CompiledKind,
traps: &[TrapInformation],
)Expand description
Emit the per-function trap table into a .w.traps section, under a weak
data symbol so the metadata object can reference it per function.