Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.10 #147

Merged
merged 1 commit into from
Aug 4, 2020
Merged

v0.0.10 #147

merged 1 commit into from
Aug 4, 2020

Conversation

cjihrig
Copy link
Collaborator

@cjihrig cjihrig commented Aug 2, 2020

Notable changes:

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)
@cjihrig cjihrig merged commit 93030ca into master Aug 4, 2020
@cjihrig cjihrig deleted the version branch August 4, 2020 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant