## Motivation Code size is a critical part of reducing initial (un-cached) startup time as it affects download size and compilation time inside Wasm engine. ## Sub-tasks - [ ] https://github.com/swiftwasm/swift/issues/5601 - [ ] Explore if we can use archive link instead of object link in SwiftPM - [x] Provide a way to strip a part of ICU data embedded through http://github.com/swiftlang/swift-foundation-icu - See https://github.com/GoodNotes/swift-icudata-slim
Motivation
Code size is a critical part of reducing initial (un-cached) startup time as it affects download size and compilation time inside Wasm engine.
Sub-tasks