reifydb-extension 0.4.12

Unified extension loading for ReifyDB (FFI, WASM, native)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

//! Procedure extension points (FFI, WASM)

#[cfg(reifydb_target = "native")]
pub mod ffi;
pub mod ffi_callbacks;
#[cfg(reifydb_target = "native")]
pub mod ffi_loader;
pub mod wasm;
pub mod wasm_loader;