Module wasmtime_environ::__core::io
source · 🔬This is a nightly-only experimental API. (
core_io_borrowed_buf
)Expand description
Traits, helpers, and type definitions for core I/O functionality.
Structs§
- BorrowedBufExperimentalA borrowed byte buffer which is incrementally filled and initialized.
- BorrowedCursorExperimentalA writeable view of the unfilled portion of a
BorrowedBuf
.