Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 562 Bytes

File metadata and controls

5 lines (4 loc) · 562 Bytes

This directory contains code from Point-Free Episode: Cross-Platform Swift: Networking

Let’s dial up the complexity of our Wasm application! We’ll introduce some async logic in the form of a network request. We’ll take steps to not only control this dependency, but we’ll do so across both Apple and Wasm platforms, and we’ll isolate its interface from its live implementation to speed up our builds and reduce our app’s size.