Skip to content

v0.0.10

Compare
Choose a tag to compare
@cjihrig cjihrig released this 04 Aug 14:01

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)