Macro wascc_codec::capability_provider[][src]

macro_rules! capability_provider {
    ($provider_type:ty, $constructor:path) => { ... };
}

Wraps a constructor inside an FFI function to allow the CapabilityProvider trait implementation to be instantiated and used by the host runtime