1
Fork 0

Expand WASI abbreviation in docs

This commit is contained in:
r00ster 2021-05-14 22:03:00 +02:00 committed by GitHub
parent 1025db84a6
commit 4f66337df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//! Platform-specific extensions to `std` for WASI.
//! Platform-specific extensions to `std` for the WebAssembly System Interface (WASI).
//!
//! Provides access to platform-level information on WASI, and exposes
//! WASI-specific functions that would otherwise be inappropriate as