Skip to content

Commit e320e31

Browse files
committed
ce
1 parent e3b6bb2 commit e320e31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/NNNN-environment-constrained-shared-libraries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ We will extend the `ArtifactsArchiveMetadata` schema to include a new `dynamicLi
9090
public enum ArtifactType: String, RawRepresentable, Decodable {
9191
case executable
9292
+ case dynamicLibrary
93+
case staticLibrary
9394
case swiftSDK
9495
}
9596
```
@@ -126,7 +127,7 @@ Below is an example of the layout of an Artifact Bundle containing a single libr
126127
📝 info.json
127128
```
128129

129-
A macOS Artifact Bundle would contain a `.dylib` instead of a `.so`. ECSLs will be supported on macOS, although we expect this will be an exceedingly rare use case.
130+
A macOS Artifact Bundle would contain a `.dylib` instead of a `.so`. ECSLs will be supported on macOS, although we expect this will be an exceedingly rare use case, as this need is already well-served by the XCFramework.
130131

131132

132133
## Security

0 commit comments

Comments
 (0)