nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 321 forks source link

Tests: initial "wasm-wasi-component" test #1270

Open andrey-zelenkov opened 1 month ago

andrey-zelenkov commented 1 month ago

Note: libwasm_wasi_component.so module should be place into build/lib/unit/modules and be discoverable by Unit.

ac000 commented 1 month ago

On Fri, 17 May 2024 09:45:56 -0700 andrey-zelenkov @.***> wrote:

-- File Changes --

A test/test_wasm_component.py (18)
A test/unit/applications/lang/wasm_component.py (61)
M test/unit/check/discover_available.py (4)
A test/wasm_component/hello_world/.vscode/settings.json (10)

Committed by accident?

andrey-zelenkov commented 1 month ago

Committed by accident?

Yes, the patch needs to be polished, especially the app part.