Documentation
¶
Overview ¶
Package embed contains an embedded copy of the flux standard library. It exposes a filesystem implementation that can be used to read from an already compiled copy of the standard library that can then be loaded at runtime as the semantic graph.
The compiled versions of the semantic graph are semantic graphs marshaled as flatbuffers and then gzipped. In order to read them, the filesystem reads the gzip file and then deserializes the flatbuffer as a semantic graph.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS fs.FS = &gzipFS{fs: stdlib}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.