Interface Types · version 0.2.7

wasi:io

Wasi I/O is an API providing I/O stream abstractions. There are two types, input-stream, and output-stream, which support read and write, respectively, as well as a number of utility functions.

Install

Add these interface types to your project:

component install wasi:io@0.2.7

Learn more about the component CLI.