(ptr, len)
| 123 | cachedTextDecoder.decode(); |
| 124 | |
| 125 | function getStringFromWasm0(ptr, len) { |
| 126 | ptr = ptr >>> 0; |
| 127 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 128 | } |
| 129 | |
| 130 | function debugString(val) { |
| 131 | // primitive types |
no test coverage detected