Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1007 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1007 Bytes

Server-side WebAssembly: Lightweight Apps with Wasm

This is a repository to store the code used in my upcoming book: "Server-side WebAssembly: Lightweight Apps with Wasm".

The book is still under development, so this repository will be updated as I progress through the book.

Book Sections

  • Part 1: WebAssembly for architects
    • Chapter 1 (Introduction to Wasm on the Server)
    • Chapter 2 (Building Server-Side Applications with Wasm Modules)
    • Chapter 3 (Enhancing Portability and Security with Wasm Components)
    • Chapter 4 (Interfacing Wasm with the Underlying System)
    • Chapter 5 (Applications of Wasm from machine learning to databases)
  • Part 2: WebAssembly for developers
    • Chapter 6 (Creating Production-Grade Wasm Applications)
  • Part 3: Wasm on the Cloud and the Edge
    • Chapter 7 (Introducing Wasm Containers with Docker)
    • Chapter 8 (Scalability for Wasm with Kubernetes)
    • Chapter 9 (Wasm for Edge Devices and IoT)