We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
whence_t
__wasi_linkcount_t
uint64_t
subscription_t
clock.identifier
__wasi_proc_raise()
__wasi_signal_t
proc_raise
clockid_t
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Changes that need to be addressed in uvwasi
whence_t
values changed in Change whence_t constant values to match pre-existing agreed-upon values. WebAssembly/WASI#106. This change landed in ephemeral, not unstable.__wasi_linkcount_t
data type changed touint64_t
in Change hard link count to 64-bits. WebAssembly/WASI#127. This change landed in ephemeral only.subscription_t
'sclock.identifier
field was removed in Removesubscription_t
'sclock.identifier
field. WebAssembly/WASI#125. This change landed in ephemeral only.TheThis change isn't in snapshot_preview1__wasi_proc_raise()
function and the__wasi_signal_t
type and constants are being removed in Removeproc_raise
and the signal types and constants. WebAssembly/WASI#136. EDIT: This change impacts ephemeral only.Changes that have been addressed in uvwasi
clockid_t
values changed in Reorder theclockid_t
values to match existing practice. WebAssembly/WASI#112. This change langed in ephemeral, as well as wasi_unstable_preview0. (Addressed in sync constants from wasi-libc #47)The text was updated successfully, but these errors were encountered: