stepflow-wasm 0.0.7

WASM build for StepFlow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "stepflow-wasm",
  "collaborators": [
    "John Wana <john@wana.us>"
  ],
  "description": "WASM build for StepFlow",
  "version": "0.0.9",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/step-flow/stepflow-wasm"
  },
  "homepage": "https://stepflow.dev",
  "sideEffects": false,
  "module": "index.js",
  "types": "index.d.ts"
}