(ptr, len)
| 25582 | return cachedUint32Memory0; |
| 25583 | } |
| 25584 | function getArrayU32FromWasm0(ptr, len) { |
| 25585 | ptr = ptr >>> 0; |
| 25586 | return getUint32Memory0().subarray(ptr / 4, ptr / 4 + len); |
| 25587 | } |
| 25588 | function passArray8ToWasm0(arg, malloc) { |
| 25589 | const ptr = malloc(arg.length * 1, 1) >>> 0; |
| 25590 | getUint8Memory0().set(arg, ptr / 1); |
no test coverage detected
searching dependent graphs…