Can apply wasm to merged events, also for binned queries

This commit is contained in:
Dominik Werder
2023-08-22 15:56:10 +02:00
parent 9aec274899
commit b8a8ecd537
13 changed files with 364 additions and 63 deletions

View File

@@ -65,9 +65,9 @@ async fn go() -> Result<(), Error> {
};
match opts.subcmd {
SubCmd::Retrieval(subcmd) => {
info!("daqbuffer version {} 0000", clap::crate_version!());
info!("{:?}", service_version);
{
info!("daqbuffer version {}", clap::crate_version!());
info!(" service_version {}", service_version);
if false {
#[allow(non_snake_case)]
let TARGET = std::env!("DAQBUF_TARGET");
#[allow(non_snake_case)]