aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wasmedge/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wasmedge/vcpkg.json')
-rw-r--r--vcpkg/ports/wasmedge/vcpkg.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/vcpkg/ports/wasmedge/vcpkg.json b/vcpkg/ports/wasmedge/vcpkg.json
new file mode 100644
index 0000000..5bdb72d
--- /dev/null
+++ b/vcpkg/ports/wasmedge/vcpkg.json
@@ -0,0 +1,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"
+ }
+ }
+}