Add way to read more than one value at a time from WASM memory
vaqxai opened this issue · 0 comments
vaqxai commented
circom/code_producers/src/wasm_elements/wasm_code_generator.rs
Lines 739 to 753 in 9a4215b
Only defines a way to read one value from memory at a time. This is a huge bottleneck in performance-reliant applications. Would it be possible to add another wasm function to read multiple values at a time?
e.g. accept an array of addresses and produce an array of results?