Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs1747 StringEncoding::Utf8 => self.decode_utf8(memory), in to_str_from_memory()
1759 fn decode_utf8<'a>(&self, memory: &'a [u8]) -> Result<Cow<'a, str>> { in decode_utf8() method