aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wasmedge/vcpkg.json
blob: 5bdb72d75600a0ba2e363047a26103c4f2bf6838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "wasmedge",
  "version": "0.13.5",
  "port-version": 2,
  "description": "WasmEdge is a high-performance WebAssembly runtime for edge computing.",
  "homepage": "https://WasmEdge.org",
  "license": "Apache-2.0",
  "supports": "!windows",
  "dependencies": [
    "boost-algorithm",
    "boost-align",
    "boost-predef",
    "spdlog",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "tools"
  ],
  "features": {
    "aot": {
      "description": "Build with the Ahead-of-Time compiler supporting",
      "dependencies": [
        "llvm"
      ]
    },
    "plugin-wasi-nn-backend-openvino": {
      "description": "Build the OpenVINO backend plugin for the WasmEdge WASI-NN extension",
      "supports": "linux & !static"
    },
    "plugin-wasi-nn-backend-pytorch": {
      "description": "Build the PyTorch backend plugin for the WasmEdge WASI-NN extension",
      "supports": "linux & !static"
    },
    "plugin-wasi-nn-backend-tensorflowlite": {
      "description": "Build the TensorFlow Lite backend plugin for the WasmEdge WASI-NN extension",
      "supports": "linux & !static"
    },
    "plugins": {
      "description": "Build plugins",
      "supports": "!static"
    },
    "tools": {
      "description": "Build tools"
    }
  }
}