Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Input separately with array and dynamic inputs #17

Open
aashutoshrathi opened this issue Oct 9, 2024 · 2 comments
Open

Handle Input separately with array and dynamic inputs #17

aashutoshrathi opened this issue Oct 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@aashutoshrathi
Copy link
Member

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 aashutoshrathi added the bug Something isn't working label Oct 9, 2024
@aashutoshrathi
Copy link
Member Author

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

@aashutoshrathi
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant