wasm4pm 26.7.1

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wasm4pm"
description = "Process Mining in WebAssembly - High-Speed Algorithms for Browser and Node.js"
repository = "https://github.com/seanchatmangpt/wasm4pm"
license = "BUSL-1.1"
authors = "wasm4pm contributors"
keywords = ["process-mining", "wasm", "webassembly", "process-discovery", "conformance"]
categories = ["wasm", "algorithms", "data-analysis"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = "debuginfo"
wasm-opt = false