Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/
H A Derror.rs28 let msg_string = String::from_utf8_lossy(msg_bytes).into_owned(); in wasmtime_error_new() localVariable
29 Some(Box::new(wasmtime_error_t::from(format_err!(msg_string)))) in wasmtime_error_new()