()
| 25555 | } |
| 25556 | var cachedInt32Memory0 = null; |
| 25557 | function getInt32Memory0() { |
| 25558 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 25559 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 25560 | } |
| 25561 | return cachedInt32Memory0; |
| 25562 | } |
| 25563 | var lTextDecoder = typeof TextDecoder === "undefined" ? (0, module2.require)("util").TextDecoder : TextDecoder; |
| 25564 | var cachedTextDecoder = new lTextDecoder("utf-8", { ignoreBOM: true, fatal: true }); |
| 25565 | cachedTextDecoder.decode(); |
no outgoing calls
no test coverage detected
searching dependent graphs…