#!/bin/sh

cat <<BANNER
-----------------------------------------------------------------------

The Wasmtime run-time for Angie Wasm dynamic module has been installed.
To enable this module, add the following to /etc/angie/angie.conf
and reload angie:

    load_module modules/ngx_wasmtime_module.so;

Please refer to the module documentation for further details:
https://github.com/bytecodealliance/wasmtime
https://git.angie.software/web-server/angie-wasm

----------------------------------------------------------------------
BANNER

exit 0
