()
| 112 | let cachedFloat64Memory0 = null; |
| 113 | |
| 114 | function getFloat64Memory0() { |
| 115 | if (cachedFloat64Memory0 === null || cachedFloat64Memory0.byteLength === 0) { |
| 116 | cachedFloat64Memory0 = new Float64Array(wasm.memory.buffer); |
| 117 | } |
| 118 | return cachedFloat64Memory0; |
| 119 | } |
| 120 | |
| 121 | let cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }); |
| 122 |