a3s-flow 1.1.0

Durable workflow engine and Rust SDK for A3S
Documentation
{
  "name": "a3s-flow-playground-kernel",
  "type": "module",
  "description": "WebAssembly graph-layout kernel for the A3S Flow Playground",
  "version": "1.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/A3S-Lab/Flow"
  },
  "files": [
    "a3s_flow_playground_kernel_bg.wasm",
    "a3s_flow_playground_kernel.js",
    "a3s_flow_playground_kernel.d.ts"
  ],
  "main": "a3s_flow_playground_kernel.js",
  "types": "a3s_flow_playground_kernel.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}