Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable changes: - The uvwasi_preopen_t now uses const char* for the mapped_path and real_path fields. Previously, these were not const. (#130) - uvwasi_path_filestat_get() now properly handles the UVWASI_LOOKUP_SYMLINK_FOLLOW flag. (#133) - uvwasi_options_init() has been added to reduce the boilerplate code associated with initializing uvwasi_options_t's. (#141) - The DEBUG() macro has been renamed to UVWASI_DEBUG() to reduce naming conflicts with other projects. (#143) - A compilation error on NetBSD 8.2 has been fixed. (#146) - The uvwasi_fd_filestat_set_times() and uvwasi_path_filestat_set_times() functions now have proper implementations. (#139)
- Loading branch information