Documentation
¶
Overview ¶
nachos provides helpers to create a universal Mach-O binary from a set of architecture specific constituent binaries (eg: for `x86_64` & `aarch64`).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileExe ¶
NewFileExe reads a provided executable file to be built into a universal binary (from os.OpenFile or some io/fs file).
func NewUniversalBinary ¶
func NewUniversalBinary(executables ...Executable) (io.ReadCloser, error)
NewUniversalBinary composes a set of executables into a single binary.
Types ¶
type Executable ¶
type Executable interface {
// contains filtered or unexported methods
}
Executable provides data for making ooey gooey universal binaries.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
nacho-sauce
command
|
|
|
nachos
command
|
|
|
internal
|
|
|
testing/bins/internal/stub
command
|
Click to show internal directories.
Click to hide internal directories.