Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a
size()
function to WASI's MetadataExt
.
WASI's `filestat` type includes a size field, so expose it in `MetadataExt` via a `size()` function, similar to the corresponding Unix function.
- Loading branch information