Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid shared function bodies for now
Since it may take a while to implement all the "reverse validation" in wasm-smith's instruction generator, this effectively cordons off that bit of the fuzzer so that we can at least generate shared types in modules. Later, once the instruction generator is smarter, we will remove this filter and start generating shared function bodies.
- Loading branch information