(ptr, len)
| 120 | if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); }; |
| 121 | |
| 122 | function getStringFromWasm0(ptr, len) { |
| 123 | ptr = ptr >>> 0; |
| 124 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 125 | } |
| 126 | |
| 127 | function debugString(val) { |
| 128 | // primitive types |
no test coverage detected