1. Overview
  2. Setup
  3. Examples
  4. Writing WIT IDL
    1. WIT for the power-of Example
    2. WIT for the split-str Example
  5. Implementation and Compilation
    1. Using C/C++
      1. For the power-of Example
      2. For the split-str Example
    2. Using Rust
      1. For the power-of Example
      2. For the split-str Example
  6. Testing
    1. Testing the power-of Example
    2. Testing the split-str Example
  7. Deployment
    1. Deploying the power-of Example
      1. Using pushwasm
      2. From Cloud Storage
    2. Deploying the split-str Example
      1. Using pushwasm
      2. From Cloud Storage
  8. Running In the Database
    1. Running the power_of UDF
    2. Running the split_str TVF
  9. Wrap-Up