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

Interpreter limits #89

Open
ia0 opened this issue Mar 28, 2023 · 0 comments
Open

Interpreter limits #89

ia0 opened this issue Mar 28, 2023 · 0 comments
Labels
crate:interpreter Modifies the interpreter for:security Improves firmware or project security needs:design Needs design to make progress

Comments

@ia0
Copy link
Member

ia0 commented Mar 28, 2023

All WebAssembly (dynamic) resource limits (is it only RAM?) should be configurable:

  • Maximum stack usage (if stack usage is bounded per function we only need to check when calling a function)
@ia0 ia0 added needs:design Needs design to make progress crate:interpreter Modifies the interpreter for:security Improves firmware or project security labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:interpreter Modifies the interpreter for:security Improves firmware or project security needs:design Needs design to make progress
Projects
None yet
Development

No branches or pull requests

1 participant