Surrealism -- WASM Extensions for SurrealDB New in SurrealDB 3. Write custom functions in Rust, compile them to WebAssembly (WASM), and deploy them as native database modules callable from SurrealQL. Prerequisites - Rust toolchain (stable) with target - SurrealDB CLI v3.0.5+ ( binary with subcommand) - Familiarity with SurrealQL and Development Workflow Quick Start Use Cases - Custom scalar functions callable from SurrealQL - Fake/mock data generation for testing - Domain-specific logic (language processing, quantitative finance, custom encoding) - Access to niche Rust crate functionality too…