From 7ad9a4697cb8250d0292ef5113c97f4bc400e033 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 6 Sep 2024 05:42:43 +0100 Subject: README: Update about the current purpose of this Signed-off-by: Andrew Clayton --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README') diff --git a/README b/README index 3c094f8..b469c0b 100644 --- a/README +++ b/README @@ -1,6 +1,19 @@ Project Blackbird ================= +Whatever this was before, it's currently really about creating WebAssembly +Components in C using the wasi-http interface. + +See the stuff under: c/wasi-http/0.2.0/ + +They can be run under NGINX Unit with the wasm-wasi-component language moudle +or under wasmtime (v24 works), e.g. + + $ wasmtime serve -Scli -Sinherit-env ./component.wasm + + +================================================================================ + Make Fermyon Spin WebAssembly Modules run on NGINX Unit. The repository will contain some exploratory tools. -- cgit