This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Code generated by wit-bindgen-go. DO NOT EDIT. | |
// Package types represents the interface "wasi:filesystem/[email protected]". | |
// | |
// WASI filesystem is a filesystem API primarily intended to let users run WASI | |
// programs that access their files on their existing filesystems, without | |
// significant overhead. | |
// | |
// It is intended to be roughly portable between Unix-family platforms and | |
// Windows, though it does not hide many of the major differences. |
OlderNewer