Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
731: Always flush when writing, even if we get invalid pointers r=MarkMcCaskey a=MarkMcCaskey Not exactly an "invalid pointer" but, we were seeing an iovec of length 0 passed in which was causing `__WASI_EFAULT` which was preventing things from flushing properly. While I was fixing this, I decided to clean it up and make the behavior more obvious by creating a wrapper function. Co-authored-by: Mark McCaskey <mark@wasmer.io>
- Loading branch information