pdk-flex-abi 1.6.0

PDK Flex ABI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2025, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file

//! PDK Flex ABI
//!
//! This library provides the Application Binary Interface (ABI) for PDK Flex policies,
//! enabling communication between policy implementations and the Flex Gateway runtime.
//!
//! NOTE: This ABI is specific to the Flex Gateway runtime, other proxy wasm runtimes might not
//! offer these capabilities.
//!

pub mod api;
pub mod entrypoint;
pub(crate) mod hostcalls;