()
| 100 | let cachedInt32Memory0 = null; |
| 101 | |
| 102 | function getInt32Memory0() { |
| 103 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 104 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 105 | } |
| 106 | return cachedInt32Memory0; |
| 107 | } |
| 108 | |
| 109 | let cachedFloat64Memory0 = null; |
| 110 |
no outgoing calls
no test coverage detected