(ptr, len)
| 128 | cachedTextDecoder.decode(); |
| 129 | |
| 130 | function getStringFromWasm0(ptr, len) { |
| 131 | ptr = ptr >>> 0; |
| 132 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 133 | } |
| 134 | |
| 135 | function debugString(val) { |
| 136 | // primitive types |
no test coverage detected