#!/bin/sh

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

The WAMR 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_wamr_module.so;

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

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

exit 0
