blob: dd0a8882e52b10edceb701eabade8d33974734fc (
plain)
1
2
3
4
5
6
|
// Package sysfs includes a low-level filesystem interface and utilities needed
// for WebAssembly host functions (ABI) such as WASI.
//
// The name sysfs was chosen because wazero's public API has a "sys" package,
// which was named after https://github.com/golang/sys.
package sysfs
|