stackrlabs / succinct-residency-exps

0 stars 0 forks source link

Handle Input separately with array and dynamic inputs #17

Open aashutoshrathi opened 5 days ago

aashutoshrathi commented 5 days ago

Description

Right now WASM with array inputs has costs/cycles of loading the input included in the cycle count. We need to find a way to just compute the base algo cost

aashutoshrathi commented 5 days ago

One way is that we build different wasm with complex inputs inside them just passing one ideally integer param to proceed with

aashutoshrathi commented 4 days ago

One way to definitely explore is if we can pass big inputs to WASMI's Host Store and use it later.