- 1. Overview
- 2. Setup
- 3. Examples
- 4. Writing WIT IDL
- 4.1. WIT for the power-of Example
- 4.2. WIT for the split-str Example
- 5. Implementation and Compilation
- 5.1. Using C/C++
- 5.1.1. For the power-of Example
- 5.1.2. For the split-str Example
- 5.2. Using Rust
- 5.2.1. For the power-of Example
- 5.2.2. For the split-str Example
- 6. Testing
- 6.1. Testing the power-of Example
- 6.2. Testing the split-str Example
- 7. Deployment
- 7.1. Deploying the power-of Example
- 7.1.1. Using pushwasm
- 7.1.2. From Cloud Storage
- 7.2. Deploying the split-str Example
- 7.2.1. Using pushwasm
- 7.2.2. From Cloud Storage
- 8. Running In the Database
- 8.1. Running the power_of UDF
- 8.2. Running the split_str TVF
- 9. Wrap-Up