Skip to main content

sim_lib_plugin_wasm/
abi.rs

1//! Formal audio plugin ABI records shared by the host and test fixtures.
2
3pub use sim_wasm_abi::audio::{
4    EXPORT_MANIFEST_PTR, EXPORT_PREPARE, EXPORT_PROCESS, EXPORT_RESET, IMPORT_AUDIO_READ,
5    IMPORT_AUDIO_WRITE, IMPORT_FRAME_COUNT, IMPORT_MODULE, IMPORT_PARAM_GET, WasmAudioManifest,
6};