1. Introduction
  2. 1. Getting Started
    1. 1.1. Installing
    2. 1.2. A Tour of wsh
  3. 2. Using the Shell
    1. 2.1. Running Commands
    2. 2.2. Programming
      1. 2.2.1. Numbers
      2. 2.2.2. Strings
      3. 2.2.3. Conditions
      4. 2.2.4. Loops
      5. 2.2.5. Functions
    3. 2.3. WebAssembly
      1. 2.3.1. Sandboxing
      2. 2.3.2. Loading
      3. 2.3.3. memfs
      4. 2.3.4. Linking
    4. 2.4. Environment
    5. 2.5. Configuration
    6. 2.6. Built-ins
  4. 3. POSIX Migration
  5. 4. Project Status

wsh Documentation

Using the Shell

This section provides a detailed look into the features currently supported by wsh.

  • Running Commands
  • Programming
    • Numbers
    • Strings
    • Conditions
    • Loops
    • Functions
  • WebAssembly
    • Sandboxing
    • Loading
    • memfs
    • Linking
  • Environment
  • Configuration
  • Built-ins