//! WebAssembly support for Synapse Neural Communication Network
//!
//! This module provides basic WebAssembly bindings for the Synapse protocol.
//! Full WASM implementation is currently under development.
// Re-export main types for WASM
pub use *;
// Non-WASM stub