Skip to content

Implement fd_filestat_set_times and sock_shutdown WASI functions#406

Merged
ksh8281 merged 2 commits intoSamsung:mainfrom
M-SE0K:feature/WASI
Apr 14, 2026
Merged

Implement fd_filestat_set_times and sock_shutdown WASI functions#406
ksh8281 merged 2 commits intoSamsung:mainfrom
M-SE0K:feature/WASI

Conversation

@M-SE0K
Copy link
Copy Markdown
Contributor

@M-SE0K M-SE0K commented Apr 13, 2026

  • fd_filestat_set_times: Update access and modification timestamps of an open file descriptor
  • sock_shutdown: Disable send and/or receive channels on a socket connection

Additionally, I wrote .wast tests for both functions to ensure they work correctly.

Signed-off-by: M-SE0K <seg082911@gmail.com>
Signed-off-by: M-SE0K <seg082911@gmail.com>
@M-SE0K
Copy link
Copy Markdown
Contributor Author

M-SE0K commented Apr 13, 2026

I noticed a typo in my last commit that caused the CI to fail. I've just pushed a fix for it!

@ksh8281 ksh8281 merged commit f197590 into Samsung:main Apr 14, 2026
89 checks passed
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