()
| 25576 | } |
| 25577 | var cachedUint32Memory0 = null; |
| 25578 | function getUint32Memory0() { |
| 25579 | if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) { |
| 25580 | cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer); |
| 25581 | } |
| 25582 | return cachedUint32Memory0; |
| 25583 | } |
| 25584 | function getArrayU32FromWasm0(ptr, len) { |
| 25585 | ptr = ptr >>> 0; |
| 25586 | return getUint32Memory0().subarray(ptr / 4, ptr / 4 + len); |
no outgoing calls
no test coverage detected
searching dependent graphs…