embed

package
v0.150.1 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳