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