Skip to content
Snippets Groups Projects
  • Dan Gohman's avatar
    753ad820
    Add more WASI libc definitions. · 753ad820
    Dan Gohman authored
    This adds various WASI libc definitions to the Rust libc bindings that I
    needed while porting some applications to WASI.
    
    It also removes the `pause` binding since newer versions of WASI libc
    have removed this function as well. (WASI currently has no syscall with
    this functionality.)
    753ad820
    History
    Add more WASI libc definitions.
    Dan Gohman authored
    This adds various WASI libc definitions to the Rust libc bindings that I
    needed while porting some applications to WASI.
    
    It also removes the `pause` binding since newer versions of WASI libc
    have removed this function as well. (WASI currently has no syscall with
    this functionality.)