warpgate_pdk 0.16.4

Reusable WASM macros and functions for plugin developer kits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api;
mod funcs;
mod macros;
#[cfg(feature = "tracing")]
mod tracing;

pub use api::*;
pub use funcs::*;
#[cfg(feature = "tracing")]
pub use tracing::*;
pub use warpgate_api::*;