Home
last modified time | relevance | path

Searched refs:exception_section (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs614 let exception_section = obj.add_section( in append_code() localVariable
620 obj.append_section_data(exception_section, bytes, 1); in append_code()