()
| 39 | let cachedInt32Memory0 = null; |
| 40 | |
| 41 | function getInt32Memory0() { |
| 42 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 43 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 44 | } |
| 45 | return cachedInt32Memory0; |
| 46 | } |
| 47 | |
| 48 | let WASM_VECTOR_LEN = 0; |
| 49 |
no outgoing calls
no test coverage detected