Commit Graph

1 Commits

Author SHA1 Message Date
Yuta Saito
81166b42e8 [wasm] Fix @_expose(wasm) serialization crash
https://github.com/swiftlang/swift/pull/82616 added a new exposure kind
for the `@_expose` attribute, but did not update the serialization
format to account for the new kind. This caused a crash when
serializing a module that used `@_expose(wasm)`.
2025-09-11 07:22:22 +00:00