Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuzzer: Run --dce when GC is enabled (#5677)
DCE at the end avoids issues with non-nullable local operations in unreachable code, which is still being discussed. This PR avoids fuzzer errors for now, but we should revert it when we have a proper fix. See * #5599 * #5665 * WebAssembly/function-references#98
- Loading branch information