summaryrefslogtreecommitdiffhomepage
path: root/src
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 /src
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 'src')
0 files changed, 0 insertions, 0 deletions