unit/auto
Andrew Clayton 4e6d7e8768 Wasm-wc: Wire it up to the build system
Et voila...

  $ ./configure wasm-wasi-component
  configuring wasm-wasi-component module
  Looking for rust compiler ... found.
  Looking for cargo ... found.
   + wasm-wasi-component module: wasm_wasi_component.unit.so
  $ make install
  test -d /opt/unit/sbin          || install -d /opt/unit/sbin
  install -p build/sbin/unitd /opt/unit/sbin/
  test -d /opt/unit/state                 || install -d /opt/unit/state
  test -d /opt/unit               || install -d /opt/unit
  test -d /opt/unit               || install -d /opt/unit
  test -d /opt/unit/share/man/man8                || install -d /opt/unit/sh
man/man8
  install -p -m644 build/share/man/man8/unitd.8           /opt/unit/share/ma
n8/
  make build/src/nxt_unit.o
  make[1]: Entering directory '/home/andrew/src/unit'
  make[1]: 'build/src/nxt_unit.o' is up to date.
  make[1]: Leaving directory '/home/andrew/src/unit'
  cargo build --release --manifest-path src/wasm-wasi-component/Cargo.toml
      Finished release [optimized] target(s) in 0.55s
  install -d /opt/unit/modules
  install -p src/wasm-wasi-component/target/release/libwasm_wasi_component.so \
          /opt/unit/modules/wasm_wasi_component.unit.so

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-02-21 16:20:32 +00:00
..
cc White space formatting fixes 2024-01-16 15:37:07 +00:00
echo Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
modules Wasm-wc: Wire it up to the build system 2024-02-21 16:20:32 +00:00
os Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
atomic Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
capability Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
cgroup Isolation: wired up cgroup to build system. 2022-12-10 14:00:20 +00:00
clang Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
endian Updated copyright notice. 2024-02-20 16:08:36 +00:00
events Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
feature PHP: fixed building on MacOSX with --ld-opt= option. 2018-05-30 18:31:26 +03:00
files Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
have Initial version. 2017-01-17 20:00:00 +03:00
help Wasm-wc: Wire it up to the build system 2024-02-21 16:20:32 +00:00
isolation Enable the PR_SET_CHILD_SUBREAPER prctl(2) option on Linux. 2023-02-17 21:24:18 +00:00
make Added unit pkg-config file. 2023-08-01 10:16:17 -07:00
malloc Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
mmap Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
njs NJS: explicitely require 0.8.0 or later versions in configure. 2023-07-11 13:02:43 -07:00
options Added unit pkg-config file. 2023-08-01 10:16:17 -07:00
pcre Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
save Auto: mirroring installation structure in build tree. 2023-03-29 00:41:08 +02:00
sendfile Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
shmem Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
sockets Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
sources HTTP: controlling response headers support. 2023-08-09 14:37:16 +08:00
ssltls Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
summary Added unit pkg-config file. 2023-08-01 10:16:17 -07:00
test_build Initial version. 2017-01-17 20:00:00 +03:00
threads Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
time Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
types Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00
unix Fixed main() prototypes in auto tests. 2022-10-28 03:17:31 +01:00