File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ export wasmtime_prefix=/path/to/wasm-nginx-module/wasmtime-c-api
35
35
```
36
36
37
37
* Download WasmEdge with the ` ./install-wasmedge.sh ` .
38
- Remember to add the ` $HOME/. wasmedge/lib` to the library search path when you build Nginx, for instance,
38
+ Remember to add the ` wasmedge/lib ` to the library search path when you build Nginx, for instance,
39
39
40
40
```
41
+ export wasmedge_prefix=/path/to/wasm-nginx-module/wasmedge
41
42
./configure ... \
42
- --with-ld-opt="-Wl,-rpath,${HOME}/.wasmedge /lib" \
43
+ --with-ld-opt="-Wl,-rpath,${wasmedge_prefix} /lib" \
43
44
```
44
45
45
46
## Directives
@@ -52,8 +53,8 @@ Remember to add the `$HOME/.wasmedge/lib` to the library search path when you bu
52
53
53
54
** context:** * http*
54
55
55
- Select the WASM VM. Currently, only wasmtime and WasmEdge are supported.
56
- If the directive is not set, the WASM VM won't be enabled.
56
+ Select the Wasm VM. Currently, only wasmtime and WasmEdge are supported.
57
+ If the directive is not set, the Wasm VM won't be enabled.
57
58
58
59
## Methods
59
60
You can’t perform that action at this time.
0 commit comments