pub fn build_protocol(
files: JsValue,
entry: &str,
projection_manifests: Option<JsValue>,
) -> Result<Vec<u8>, JsValue>Expand description
Build protocol protobuf bytes from virtual files without rendering.
Returns the serialized WebUIProtocol as protobuf bytes.