()
| 106 | let cachedInt32Memory0 = null; |
| 107 | |
| 108 | function getInt32Memory0() { |
| 109 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 110 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 111 | } |
| 112 | return cachedInt32Memory0; |
| 113 | } |
| 114 | |
| 115 | let cachedFloat64Memory0 = null; |
| 116 |
no outgoing calls
no test coverage detected