()
| 25504 | var WASM_VECTOR_LEN = 0; |
| 25505 | var cachedUint8Memory0 = null; |
| 25506 | function getUint8Memory0() { |
| 25507 | if (cachedUint8Memory0 === null || cachedUint8Memory0.byteLength === 0) { |
| 25508 | cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); |
| 25509 | } |
| 25510 | return cachedUint8Memory0; |
| 25511 | } |
| 25512 | var lTextEncoder = typeof TextEncoder === "undefined" ? (0, module2.require)("util").TextEncoder : TextEncoder; |
| 25513 | var cachedTextEncoder = new lTextEncoder("utf-8"); |
| 25514 | var encodeString = typeof cachedTextEncoder.encodeInto === "function" ? function(arg, view) { |
no outgoing calls
no test coverage detected
searching dependent graphs…