package
0.36.0
Repository: https://github.com/tinygo-org/tinygo.git
Documentation: pkg.go.dev

# Functions

Build performs a single package to executable Go build.
LookupCommand looks up the executable name for a given LLVM tool such as clang or wasm-ld.
NewConfig builds a new Config object from a set of compiler options.
ReadBuildID reads the build ID from the currently running executable.
RunTool runs the given tool (such as clang).

# Structs

BuildResult is the output of a build.
Library is a container for information about a single C library, such as a compiler runtime or libc.
LLD linker error that could not be parsed or doesn't refer to a source location.
MultiError is a list of multiple errors (actually: diagnostics) returned during LLVM IR generation.