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

Missing wasi-libc implementations #8

Open
40 tasks
iinuwa opened this issue Nov 2, 2021 · 0 comments
Open
40 tasks

Missing wasi-libc implementations #8

iinuwa opened this issue Nov 2, 2021 · 0 comments

Comments

@iinuwa
Copy link

iinuwa commented Nov 2, 2021

Here's a list of missing features from wasi-libc (as of Feb 23). This could be used to track issues:

Flags

  • __WASI_SIGNAL_NONE

Structs

  • __wasi_dirent_t
  • __wasi_event_fd_readwrite_t
  • __wasi_event_t
  • __wasi_prestat_u_t

Methods

  • __wasi_clock_res_get()
  • __wasi_clock_time_get() (Partially implemented)
  • __wasi_fd_advise()
  • __wasi_fd_allocate()
  • __wasi_fd_close()
  • __wasi_fd_datasync()
  • __wasi_fd_fdstat_set_flags()
  • __wasi_fd_fdstat_set_rights()
  • __wasi_fd_filestat_get()
  • __wasi_fd_filestat_set_size()
  • __wasi_fd_filestat_set_times()
  • __wasi_fd_pread()
  • __wasi_fd_prestat_dir_name() (Partially implemented)
  • __wasi_fd_pwrite()
  • __wasi_fd_readdir()
  • __wasi_fd_renumber()
  • __wasi_fd_seek() (Partially implemented)
  • __wasi_fd_sync() (Partially implemented)
  • __wasi_fd_tell()
  • __wasi_path_filestat_set_times()
  • __wasi_path_link()
  • __wasi_path_open()
  • __wasi_path_readlink()
  • __wasi_path_rename()
  • __wasi_path_symlink()
  • __wasi_proc_raise()
  • __wasi_random_get() (Partially implemented)
  • __wasi_sched_yield()
  • __wasi_sock_recv()
  • __wasi_sock_send()
  • __wasi_sock_shutdown()
  • __wasi_subscription_clock_t
  • __wasi_subscription_fd_readwrite_t
  • __wasi_subscription_t
  • __wasi_subscription_u_u_t
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

No branches or pull requests

1 participant