UTF-8 decode a byte view, tolerating wasm-heap-backed resizable/growable buffers that TextDecoder.decode() would otherwise reject.
TextDecoder.decode()
The bytes to decode.
The decoded string.
UTF-8 decode a byte view, tolerating wasm-heap-backed resizable/growable buffers that
TextDecoder.decode()would otherwise reject.