summaryrefslogtreecommitdiffhomepage
path: root/auto/help
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-08 23:24:07 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-17 13:09:42 +0100
commit2b4a7eedd0804f49ebbe53cfb046015fff6053e3 (patch)
treedbc5df5cf6cb861817e31d8634a2fb968517d516 /auto/help
parent6a211e2b7468a2524715b7f00a24aa460481bea7 (diff)
downloadunit-2b4a7eedd0804f49ebbe53cfb046015fff6053e3.tar.gz
unit-2b4a7eedd0804f49ebbe53cfb046015fff6053e3.tar.bz2
Wasm: Wire the Wasm language module up to the build system.
This allows to configure the Wasm module, e.g ./configure wasm --include-path=/path/to/wasmtime-v11.0.0-x86_64-linux-c-api/include --lib-path=/path/to/wasmtime-v11.0.0-x86_64-linux-c-api/lib --rpath --rpath as above says to set the rpath to the value of --lib-path. You can alternatively specify a directory to use as the rpath. Or simply omit the option to not have an rpath set. This is mostly useful for during development where you may not have the Wasmtime stuff installed to system directories or you want to test with newer/different versions. See ./configure wasm --help for a full list of options. Reviewed-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'auto/help')
-rw-r--r--auto/help3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/help b/auto/help
index f2307e9c..f3c42661 100644
--- a/auto/help
+++ b/auto/help
@@ -75,4 +75,7 @@ cat << END
java OPTIONS configure Java module
run "./configure java --help" to see available options
+ wasm OPTIONS configure WebAssembly module
+ run "./configure wasm --help" to see available options
+
END