Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FluxInit ¶
func FluxInit()
FluxInit() prepares the runtime for compilation and execution of flux. This is a costly step and should only be performed if the intention is to compile and execute flux code.
Importing this package and calling FluxInit is equivalent to importing the "builtin" package. It draws in the standard library functions, which register themselves in init() functions, then performs the final steps necessary to prepare for executing flux.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.