We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77398a commit c7f112bCopy full SHA for c7f112b
2 files changed
docs/contribute/source/build_from_src.md
@@ -108,6 +108,8 @@ Developers can follow the steps to build WasmEdge with plug-ins from source.
108
- [WasmEdge-StableDiffusion](plugin/wasmedge_stablediffusion.md)
109
- [WasmEdge-zlib](plugin/wasmedge_zlib.md)
110
111
+> Note: Each plug-in guide above includes the corresponding `-DWASMEDGE_PLUGIN_*` CMake option.
112
+
113
## Run Tests
114
115
The tests are only available when the build option `WASMEDGE_BUILD_TESTS` is set to `ON`.
docs/start/wasmedge/extensions/gc.md
@@ -20,7 +20,8 @@ This is enabled by default in WasmEdge since `0.16.0`. For WasmEdge `0.14.x`–`
20
Install WABT on Linux:
21
22
```bash
23
-apt install wabt
+sudo apt update
24
+sudo apt install -y wabt
25
```
26
27
Or on macOS:
0 commit comments