Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make blockifyWithName correctly use name and type (WebAssembly#6223)
- This passes `name` to `makeBlock` call, because `makeBlock` uses `BranchSeeker` when finalizing only when the block has a `name`. - This also refinalizes the block when an optional `type` is given. This was spun off from WebAssembly#6210, but I'm not sure how to add a standalone test for this.
- Loading branch information