()
| 50 | let cachedUint8Memory0 = null; |
| 51 | |
| 52 | function getUint8Memory0() { |
| 53 | if (cachedUint8Memory0 === null || cachedUint8Memory0.byteLength === 0) { |
| 54 | cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); |
| 55 | } |
| 56 | return cachedUint8Memory0; |
| 57 | } |
| 58 | |
| 59 | let cachedTextEncoder = new TextEncoder('utf-8'); |
| 60 |
no outgoing calls
no test coverage detected