Skip to content

Commit

Permalink
Update src/clp_ffi_js/ir/StreamReader.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
davemarco and junhaoliao authored Nov 5, 2024
1 parent 464cf31 commit 6e8d025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clp_ffi_js/ir/StreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ EMSCRIPTEN_DECLARE_VAL_TYPE(DecodedResultsTsType);
EMSCRIPTEN_DECLARE_VAL_TYPE(FilteredLogEventMapTsType);
EMSCRIPTEN_DECLARE_VAL_TYPE(LogLevelFilterTsType);

constexpr std::array<std::string_view, 4> cIrV1Versions = {"v0.0.1", "v0.0.0", "0.0.1", "0.0.0"};
constexpr std::array<std::string_view, 6> cIrV1Versions
= {"v0.0.2", "v0.0.1", "v0.0.0", "0.0.2", "0.0.1", "0.0.0"};

/**
* Class to deserialize and decode Zstandard-compressed CLP IR streams as well as format decoded
Expand Down

0 comments on commit 6e8d025

Please sign in to comment.