unit/auto/modules
Andrew Clayton 2b4a7eedd0 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>
2023-08-17 13:09:42 +01:00
..
conf Wasm: Wire the Wasm language module up to the build system. 2023-08-17 13:09:42 +01:00
go Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
java Update third-party components for Unit's Java module. 2023-07-07 09:54:23 -04:00
java_chk_sha512 Java: introducing SHA512 sum validation for external JARs. 2020-01-28 17:02:51 +03:00
java_get_jar Java: introducing SHA512 sum validation for external JARs. 2020-01-28 17:02:51 +03:00
java_jar.sha512 Update third-party components for Unit's Java module. 2023-07-07 09:54:23 -04:00
nodejs Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
perl Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
php Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
python Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
ruby Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
wasm Wasm: Wire the Wasm language module up to the build system. 2023-08-17 13:09:42 +01:00