#!/bin/sh

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

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

    load_module modules/ngx_wasm_module.so;
    load_module modules/ngx_wasm_core_module.so;
    load_module modules/ngx_http_wasm_host_module.so;
    load_module modules/ngx_wasmtime_module.so;

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

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

exit 0
