Nodejs can already enable wasm64 support through the experimental option. Can o1js support wasm64? According to my testing it doesn't work, so not sure if I'm missing something.
If I am not mistaken, I understand that many zk applications developed on mina will be rollup-based applications, but the two major obstacles to development based on o1js are circuit size limitations and wasm memory limitations, especially the wasm memory limit. Even if my circuit is far from reaching the circuit size limit, there will still be a high frequency of insufficient wasm memory. This makes many current rollup-based applications unavailable. We will probably only be able to develop an experimental application based on rollup with very low throughput.
So I think this issue is very important and urgent. If wasm64 is not currently supported, does the team have any plans to move forward to solve this problem? Looking forward to the team's reply. It is worth mentioning that many of my ideas were stalled by the memory limitations of wasm, even if I tried my best to optimize circuits.😅