-
Notifications
You must be signed in to change notification settings - Fork 650
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
[fuzzing] execute every exported function #3959
[fuzzing] execute every exported function #3959
Conversation
4042677
to
c4e6caa
Compare
…nd random value generation
…ion and ensure termination in WASM shape
…nt logging in execution
c4e6caa
to
59b1581
Compare
for a similar fuzzier (https://github.com/yamt/toywasm/tree/master/examples/fuzz) |
May I ask the negative consequences of executing too many functions? |
it takes very long. practically ~forever. |
Just FYI: If the issue is due to an infinite loop, the |
does the fuel thing "accumulate" among function calls? |
IIUC, yes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
after #3984