ScyllaDB has embraced WebAssembly (WASM) for user-defined functions (UDFs) and aggregates, allowing developers to write UDFs in various languages such as C, Rust, and AssemblyScript. The document discusses the use of the Wasmtime engine for running WASM and provides coding examples for creating functions, along with details on the functionality of user-defined functions and aggregates in CQL. Experimental support for WASM-based features is available, encouraging users to enable it in their configuration for testing.
Related topics: