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

deps: update to uvwasi 0.0.10 #34623

Closed
wants to merge 2 commits into from
Closed

deps: update to uvwasi 0.0.10 #34623

wants to merge 2 commits into from

Commits on Aug 4, 2020

  1. deps: update to uvwasi 0.0.10

    Notable changes:
    
    - The uvwasi_preopen_t now uses const char* for the mapped_path
      and real_path fields. Previously, these were not `const`.
    - uvwasi_path_filestat_get() now properly handles the
      UVWASI_LOOKUP_SYMLINK_FOLLOW flag.
    - uvwasi_options_init() has been added to reduce the boilerplate
      code associated with initializing uvwasi_options_t's.
    - The DEBUG() macro has been renamed to UVWASI_DEBUG() to reduce
      naming conflicts with other projects.
    - A compilation error on NetBSD 8.2 has been fixed.
    - The uvwasi_fd_filestat_set_times() and
      uvwasi_path_filestat_set_times() functions now have proper
      implementations.
    
    Fixes: nodejs#34510
    cjihrig committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c13ff70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7f9fb View commit details
    Browse the repository at this point in the history