()
| 19758 | } |
| 19759 | var cachedInt32Memory0 = null; |
| 19760 | function getInt32Memory0() { |
| 19761 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 19762 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 19763 | } |
| 19764 | return cachedInt32Memory0; |
| 19765 | } |
| 19766 | var cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }); |
| 19767 | cachedTextDecoder.decode(); |
| 19768 | function getStringFromWasm0(ptr, len) { |
no outgoing calls
no test coverage detected