Skip to content

Instantly share code, notes, and snippets.

View ydnar's full-sized avatar

Randy Reddig ydnar

View GitHub Profile
@ydnar
ydnar / types.wit.go
Last active February 21, 2024 04:44
Go representation of wasi:filesystem/[email protected]
// 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.