Function wasmtime_jit::demangle_function_name
source · pub fn demangle_function_name(writer: &mut impl Write, name: &str) -> ResultExpand description
Demangles a single function name into a user-readable form.
Currently supported: Rust/C/C++ function names.