Registry / utility / x-tinyfs

x-tinyfs

JSON →
library0.5.0gogounverified

Filesystem abstraction for TinyGo, supporting multiple storage backends.

go get tinygo.org/x/tinyfs
INSTALL
IMPORT
SIG · X-TINYFS
X
x-tinyfs
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinyfs
✓ tinygo.org/x/tinyfs

Create a new flash filesystem instance.

package main import ( "fmt" "tinygo.org/x/tinyfs" ) func main() { fs := tinyfs.NewFlashFS() fmt.Println(fs) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
x-tinyfs — go get x-tinyfs · libregistry