Expand description
OS-specific functionality.
Modules§
- fd
Unix or HermitCore or target_os=trustyor WASI ortarget_os=motor - Owned and borrowed Unix-like file descriptors.
- raw
- Compatibility module for C platform-specific types. Use
core::ffiinstead. - wasip2
WASI and target_env=p2 - Platform-specific extensions to
stdfor Preview 2 of the WebAssembly System Interface (WASI). - darwin
Experimental (WebAssembly and non-WASI, or Fortanix and SGX) - linux
Experimental (WebAssembly and non-WASI, or Fortanix and SGX) - unix
Experimental (WebAssembly and non-WASI, or Fortanix and SGX) - wasi
Experimental (WebAssembly and non-WASI, or Fortanix and SGX) - windows
Experimental (WebAssembly and non-WASI, or Fortanix and SGX)