(arg, malloc)
| 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); |
| 25591 | WASM_VECTOR_LEN = arg.length; |
| 25592 | return ptr; |
| 25593 | } |
| 25594 | function passArray32ToWasm0(arg, malloc) { |
| 25595 | const ptr = malloc(arg.length * 4, 4) >>> 0; |
| 25596 | getUint32Memory0().set(arg, ptr / 4); |
no test coverage detected