         MODULE=wasmer
        VERSION=7.0.1
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/wasmerio/wasmer/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_VFY=sha256:1cd67765b834dd509d29fd7420819af37af852b877bc32b31c07bf92d27ffd31
       WEB_SITE=https://github.com/wasmerio/wasmer/
        ENTERED=20210618
        UPDATED=20260318
          SHORT="Universal Binaries Powered by WebAssembly"

cat << EOF
Wasmer is a fast and secure WebAssembly runtime that enables super lightweight
containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.
Features:
 - Secure by default. No file, network, or environment access, unless explicitly
   enabled.
 - Supports WASI and Emscripten out of the box.
 - Fast. Run WebAssembly at near-native speeds.
 - Embeddable in multiple programming languages
 - Compliant with latest WebAssembly Proposals (SIMD, Reference Types, Threads,
   ...)
EOF
