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

option for a WASM instr limit per call #675

Open
walksanatora opened this issue Feb 7, 2024 · 1 comment
Open

option for a WASM instr limit per call #675

walksanatora opened this issue Feb 7, 2024 · 1 comment

Comments

@walksanatora
Copy link

I am trying to look for a wasm runtime (in java) that supports the ability for me to set an execution limit. eg:
execute 100,000 instructions and then return to java currently all the options I have found have been unofficial, broken, or repository removed

@nilslice
Copy link
Member

this is currently not supported in our Java SDK, but we maintain a pure-Java WebAssembly runtime which might support this in the future.

If you'd like, please open an issue there to suggest this feature:

https://github.com/dylibso/chicory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants