You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some WASI APIs implemented a while ago doesn't have docs and unit tests, and their naming convention doesn't match with the latest one. Let's fix that.
fd_close
fd_fdstat_get
fd_prstat_get
fd_prestat_dir_name
fd_read (docs done. tests needed)
fd_seek (only name update is necessary since it's just a stub)
fd_write
path_open
The text was updated successfully, but these errors were encountered:
Some WASI APIs implemented a while ago doesn't have docs and unit tests, and their naming convention doesn't match with the latest one. Let's fix that.
The text was updated successfully, but these errors were encountered: