()
| 20760 | } |
| 20761 | var cachedInt32Memory0 = null; |
| 20762 | function getInt32Memory0() { |
| 20763 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 20764 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 20765 | } |
| 20766 | return cachedInt32Memory0; |
| 20767 | } |
| 20768 | var cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }); |
| 20769 | cachedTextDecoder.decode(); |
| 20770 | function getStringFromWasm0(ptr, len) { |
no outgoing calls
no test coverage detected