Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
components: fix trampoline compilation for lists. (bytecodealliance#4579
) This commit fixes trampoline compilation for lists where the loop condition would only branch if the amount remaining was 0 instead of not 0. It resulted in only the first element of the list being copied.
- Loading branch information