Hi everyone,
We have just posted a new article<https://wasmlabs.dev/articles/multi-module-support-in-mod-wasm-0-10-0/> about mod_wasm v0.10.0 and published a new container<https://github.com/vmware-labs/mod_wasm/pkgs/container/httpd-mod-wasm> to try different mod_wasm demos in two simple steps: 1. Run the container: docker run -p 8080:8080 ghcr.io/vmware-labs/httpd-mod-wasm:latest 1. Open browser at: * http://localhost:8080/wordpress for a WordPress demo with PHP 7.3.33. * http://localhost:8080/http-request-viewer for a HTTP Request Viewer demo with Python 3.11. Hope this helps to visualize the ability of supporting different language runtimes (present and future ones!) in a secure way with one single module. Looking forward to your feedback. Jesús