jsfs

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

README

jsfs

Package jsfs provides a Node.js style filesystem API in Go that can be used to allow os functions to work on wasm. It implements all standard Node.js fs functions except for the synchronous versions, as those are not needed by the Go standard library.

It is built on hackpadfs and based on hackpad, which are licensed under the Apache 2.0 License.

Documentation

Index

Constants

View Source
const (
	// Version is the version of this package being used
	Version = "v0.0.2"
	// GitCommit is the commit just before the latest version commit
	GitCommit = "afa1e69"
	// VersionDate is the date-time of the latest version commit in UTC (in the format 'YYYY-MM-DD HH:MM', which is the Go format '2006-01-02 15:04')
	VersionDate = "2023-12-26 23:24"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL