Name unwind info .eh_frame in the Wasmtime's compiled ELF artifact
We were previously using `_wasmtime_eh_frame` but there is no good reason to add the prefix Wasmtime-specific prefix. Using the standard name allows for better inspection with standard tools like `dwarfdump`.
This commit is contained in:
@@ -63,7 +63,7 @@ impl UnwindRegistration {
|
||||
}
|
||||
|
||||
pub fn section_name() -> &'static str {
|
||||
"_wasmtime_eh_frame"
|
||||
".eh_frame"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user