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.9 #128

Merged
merged 1 commit into from
May 17, 2020
Merged

v0.0.9 #128

merged 1 commit into from
May 17, 2020

Conversation

cjihrig
Copy link
Collaborator

@cjihrig cjihrig commented May 16, 2020

Notable changes:

Notable changes:

- A DEBUG() macro and UVWASI_DEBUG_LOG build option have been
  added to improve debugging.
- Path length restrictions have been removed across the codebase.
- Initial support for poll_oneoff() has been added on all
  platforms. The implementation is based on uv_poll_t's.
- A new uvwasi_size_t has been introduced across the WASI system
  call API. This provides consistent 32-bit size_t's.
- The cmake test targets are now only generated if uvwasi is the
  root project to avoid conflicts with targets from embedders.
- uv.h has been removed from the public headers.
- A serialization/deserialization API has been added to simplify
  the process of working with WASM memory. This also hides many
  WASI <--> WASM interfacing implementation details from
  embedders.
- A memory corruption bug on Windows related to path resolution
  has been fixed.
@cjihrig cjihrig merged commit ae928dd into master May 17, 2020
@cjihrig cjihrig deleted the version branch May 17, 2020 15:09
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.

2 participants