a3s-flow 1.1.0

Durable workflow engine and Rust SDK for A3S
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Playground graph kernel

This small Rust crate owns the numeric dependency-layout kernel used by the
A3S Flow Playground. The browser runs the compiled WebAssembly module inside a
dedicated Worker so topological traversal and coordinate assignment do not
block pointer or keyboard interaction on the main thread.

Rebuild the checked-in browser package after changing the Rust source:

```bash
npm run build:graph-kernel --prefix website
```

Run the native unit tests from this directory:

```bash
cargo test --locked
```