()
| 30 | let cachedFloat64Memory0 = null; |
| 31 | |
| 32 | function getFloat64Memory0() { |
| 33 | if (cachedFloat64Memory0 === null || cachedFloat64Memory0.byteLength === 0) { |
| 34 | cachedFloat64Memory0 = new Float64Array(wasm.memory.buffer); |
| 35 | } |
| 36 | return cachedFloat64Memory0; |
| 37 | } |
| 38 | |
| 39 | let cachedInt32Memory0 = null; |
| 40 |