Searched refs:msg_string (Results 1 – 1 of 1) sorted by relevance
28 let msg_string = String::from_utf8_lossy(msg_bytes).into_owned(); in wasmtime_error_new() localVariable29 Some(Box::new(wasmtime_error_t::from(format_err!(msg_string)))) in wasmtime_error_new()