You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasi_http.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The WASI-HTTP plug-in provides an implementation of the [WASI HTTP proposal](htt
8
8
9
9
## Build WasmEdge with WASI-HTTP Plug-in
10
10
11
-
To enable the WasmEdge WASI-HTTP plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_WASI_HTTP=ON`.
11
+
To enable the WasmEdge WASI-HTTP plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_WASI_HTTP=ON`.
12
12
13
13
The build system will automatically fetch and build `libcpr` via CMake's `FetchContent`, so no manual installation of dependencies is required.
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasi_poll.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The WASI-Poll plug-in provides an implementation of the [WASI Poll proposal](htt
8
8
9
9
## Build WasmEdge with WASI-Poll Plug-in
10
10
11
-
To enable the WasmEdge WASI-Poll plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_WASI_POLL=ON`.
11
+
To enable the WasmEdge WASI-Poll plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_WASI_POLL=ON`.
12
12
13
13
The WASI-Poll plug-in has no external dependencies beyond the WasmEdge runtime itself.
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasmedge_ffmpeg.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ brew install ffmpeg
26
26
27
27
## Build WasmEdge with WasmEdge-FFmpeg Plug-in
28
28
29
-
To enable the WasmEdge-FFmpeg plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_FFMPEG=ON`.
29
+
To enable the WasmEdge-FFmpeg plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_FFMPEG=ON`.
To enable the WasmEdge-OCR plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_OCR=ON`.
28
+
To enable the WasmEdge-OCR plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_OCR=ON`.
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasmedge_opencvmini.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ brew install opencv
25
25
26
26
## Build WasmEdge with WasmEdge-OpenCVMini Plug-in
27
27
28
-
To enable the WasmEdge-OpenCVMini plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_OPENCVMINI=ON`.
28
+
To enable the WasmEdge-OpenCVMini plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_OPENCVMINI=ON`.
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasmedge_stablediffusion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ xcode-select --install
31
31
32
32
## Build WasmEdge with the Stable Diffusion Plug-in
33
33
34
-
To enable the WasmEdge Stable Diffusion plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_STABLEDIFFUSION=ON`.
34
+
To enable the WasmEdge Stable Diffusion plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_STABLEDIFFUSION=ON`.
Copy file name to clipboardExpand all lines: docs/contribute/source/plugin/wasmedge_zlib.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ brew install zlib
25
25
26
26
## Build WasmEdge with the zlib Plug-in
27
27
28
-
To enable the WasmEdge zlib plug-in, developers need to [build WasmEdge from source](../os/linux.md) with the cmake option `-DWASMEDGE_PLUGIN_ZLIB=ON`.
28
+
To enable the WasmEdge zlib plug-in, developers need to [build WasmEdge from source](../build_from_src.md) with the cmake option `-DWASMEDGE_PLUGIN_ZLIB=ON`.
|[WASI-HTTP](../../../contribute/source/plugin/wasi_http.md)| HTTP client and server support for WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>`darwin (x86_64, arm64)`<br/>(since `0.13.0`) | Rust |[Steps](../../../contribute/source/plugin/wasi_http.md)|
37
-
|[WASI-Poll](../../../contribute/source/plugin/wasi_poll.md)| Polling API for asynchronous I/O in WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>`darwin (x86_64, arm64)`<br/>(since `0.13.0`) | Rust |[Steps](../../../contribute/source/plugin/wasi_poll.md)|
36
+
|[WASI-HTTP](https://github.com/WebAssembly/wasi-http)| HTTP client and server support for WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>`darwin (x86_64, arm64)`<br/>(since `0.13.0`) | Rust |[Steps](../../../contribute/source/plugin/wasi_http.md)|
37
+
|[WASI-Poll](https://github.com/WebAssembly/wasi-poll)| Polling API for asynchronous I/O in WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>`darwin (x86_64, arm64)`<br/>(since `0.13.0`) | Rust |[Steps](../../../contribute/source/plugin/wasi_poll.md)|
38
38
|[Wasm-BPF](../../../contribute/source/plugin/wasm_bpf.md)| eBPF program development and execution for WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>(since `0.13.2`) | Rust |[Steps](../../../contribute/source/plugin/wasm_bpf.md)|
39
39
|[WasmEdge-OCR](../../../contribute/source/plugin/wasmedge_ocr.md)| Optical character recognition for WebAssembly applications. |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>`darwin (x86_64, arm64)`<br/>(since `0.13.0`) | Rust |[Steps](../../../contribute/source/plugin/wasmedge_ocr.md)|
40
40
|[WasmEdge-eBPF](../../../contribute/source/plugin/ebpf.md)| A native library for inferring eBPF applications |`manylinux2014 (x86_64, aarch64)`<br/>`ubuntu 20.04 (x86_64)`<br/>(since `0.13.2`) | Rust |[Steps](../../../contribute/source/plugin/ebpf.md)|
0 commit comments