|
| 1 | +{ |
| 2 | + "plugins": [ |
| 3 | + { |
| 4 | + "plugin": "wasi_crypto", |
| 5 | + "dir": "wasi_crypto", |
| 6 | + "target": "wasmedgePluginWasiCrypto", |
| 7 | + "test": "wasiCryptoTests", |
| 8 | + "options": { |
| 9 | + "base": "-DWASMEDGE_PLUGIN_WASI_CRYPTO=ON", |
| 10 | + "manylinux_2_28_x86_64": {}, |
| 11 | + "ubuntu_2004_x86_64": {} |
| 12 | + } |
| 13 | + }, |
| 14 | + { |
| 15 | + "plugin": "wasi_nn-openvino", |
| 16 | + "dir": "wasi_nn", |
| 17 | + "target": "wasmedgePluginWasiNN", |
| 18 | + "test": "wasiNNTests", |
| 19 | + "options": { |
| 20 | + "base": "-DWASMEDGE_PLUGIN_WASI_NN_BACKEND=OpenVINO", |
| 21 | + "ubuntu_2004_x86_64": {} |
| 22 | + } |
| 23 | + }, |
| 24 | + { |
| 25 | + "plugin": "wasmedge_stablediffusion", |
| 26 | + "dir": "wasmedge_stablediffusion", |
| 27 | + "target": "wasmedgePluginWasmEdgeStableDiffusion", |
| 28 | + "test": "wasmedgeStableDiffusionTests", |
| 29 | + "options": { |
| 30 | + "base": "-DWASMEDGE_PLUGIN_STABLEDIFFUSION=ON", |
| 31 | + "macos_arm64": { |
| 32 | + "options": "-DWASMEDGE_PLUGIN_STABLEDIFFUSION_METAL=ON" |
| 33 | + }, |
| 34 | + "manylinux_2_28_x86_64": {} |
| 35 | + } |
| 36 | + } |
| 37 | + ], |
| 38 | + "platforms": { |
| 39 | + "macos_arm64": { |
| 40 | + "runner": "macos-14", |
| 41 | + "asset_tag": "darwin_23-arm64" |
| 42 | + }, |
| 43 | + "manylinux_2_28_x86_64": { |
| 44 | + "runner": "ubuntu-latest", |
| 45 | + "docker_tag": "manylinux_2_28_x86_64-plugins-deps", |
| 46 | + "asset_tag": "manylinux_2_28_x86_64" |
| 47 | + } |
| 48 | + } |
| 49 | +} |
0 commit comments