Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change the `len` parameter of `fadvise` to `filesize`. Fadvise can apply to regions of files larger than the linear memory address space, so it wants a `filesize` (which is u64) rather than a `size` (which is u32 on wasm32). * Update the host implementation accordingly.
- Loading branch information