wasm4pm 26.6.12

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
//! POWL conformance: token replay, footprints, and soundness checking.

pub mod dg_soundness;
pub mod footprints_conf;
pub mod soundness;
pub mod token_replay;