You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for lots of fuzzing targets to allow for variable-time "set up" of statics that are then re-used in the fuzzing. For example, generating keys when we are testing encrypt / decrypt / sign operations.
This is a perfect use of using the wasm "start" function
The text was updated successfully, but these errors were encountered:
It would be useful for lots of fuzzing targets to allow for variable-time "set up" of statics that are then re-used in the fuzzing. For example, generating keys when we are testing encrypt / decrypt / sign operations.
This is a perfect use of using the wasm "start" function
The text was updated successfully, but these errors were encountered: