name: []const u8source_file: LazyPathtarget: ResolvedTargetTo choose the same computer as the one building the package, pass the
host field of the package's Build instance.
optimize: std.builtin.OptimizeModemax_rss: usize = 0zig_lib_dir: ?LazyPath = nullpub const AssemblyOptions = struct {
name: []const u8,
source_file: LazyPath,
/// To choose the same computer as the one building the package, pass the
/// `host` field of the package's `Build` instance.
target: ResolvedTarget,
optimize: std.builtin.OptimizeMode,
max_rss: usize = 0,
zig_lib_dir: ?LazyPath = null,
}