v0.0.10
Notable changes:
- The
uvwasi_preopen_t
now usesconst char*
for themapped_path
andreal_path
fields. Previously, these were notconst
. (#130) uvwasi_path_filestat_get()
now properly handles theUVWASI_LOOKUP_SYMLINK_FOLLOW
flag. (#133)uvwasi_options_init()
has been added to reduce the boilerplate code associated with initializinguvwasi_options_t
's. (#141)- The
DEBUG()
macro has been renamed toUVWASI_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()
anduvwasi_path_filestat_set_times()
functions now have proper implementations. (#139)