pub async fn static_muxio_read_bytes_uint8(
inbound_data: Uint8Array,
) -> Result<(), JsValue>Expand description
Entry point from JavaScript when binary data arrives from the network.
pub async fn static_muxio_read_bytes_uint8(
inbound_data: Uint8Array,
) -> Result<(), JsValue>Entry point from JavaScript when binary data arrives from the network.