1.
Overview
2.
Setup
2.1.
With a Development Container
2.1.1.
VS Code Container
2.1.2.
Standalone Container
2.2.
Locally
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
Light (default)
Rust
Coal
Navy
Ayu
SingleStore Wasm Toolkit
Running In the Database
To see how to run the
power_of
UDF, please look
here
.
To see how to run the
split_str
TVF, please look
here
.