Searched refs:msg_bytes (Results 1 – 2 of 2) sorted by relevance
34 wasm_byte_vec_t msg_bytes; in message() local35 wasmtime_error_message(ptr.get(), &msg_bytes); in message()36 auto ret = std::string(msg_bytes.data, msg_bytes.size); in message()37 wasm_byte_vec_delete(&msg_bytes); in message()
27 let msg_bytes = unsafe { std::ffi::CStr::from_ptr(msg).to_bytes() }; in wasmtime_error_new() localVariable28 let msg_string = String::from_utf8_lossy(msg_bytes).into_owned(); in wasmtime_error_new()