1. 1. Introduction
    1. 1.1. WebAssembly
    2. 1.2. Shared-nothing linking
    3. 1.3. The hardest problem in computers 😉
    4. 1.4. What's in a File?
    5. 1.5. Compute and Metacompute
    6. 1.6. POSIX is dynamically typed
  2. 2. I/O Types
    1. 2.1. I/O Types
    2. 2.2. I/O Types (cont.)
    3. 2.3. I/O Streams
    4. 2.4. I/O Arrays
    5. 2.5. Typed Main
    6. 2.6. Errors
    7. 2.7. Relationship to filesystem and sockets
    8. 2.8. Other WASI APIs
  3. 3. In Depth
    1. 3.1. Are files streams or arrays?
    2. 3.2. What about directories?
    3. 3.3. Write-Once Run Anywhere?
    4. 3.4. Compatibility with existing code
    5. 3.5. Zero copy
    6. 3.6. Async
    7. 3.7. Data parallelism
    8. 3.8. Things to come

I/O Types for WASI

I/O Types

Wasm-native I/O 🚀