diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-09-06 05:42:43 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-06 05:42:43 +0100 |
commit | 7ad9a4697cb8250d0292ef5113c97f4bc400e033 (patch) | |
tree | e34f50b4767b3687f58ca9d0ebecb0d01949a27e | |
parent | 0067683bfe382858c281d0c561864f7052210b02 (diff) | |
download | project_blackbird-7ad9a4697cb8250d0292ef5113c97f4bc400e033.tar.gz project_blackbird-7ad9a4697cb8250d0292ef5113c97f4bc400e033.tar.bz2 |
README: Update about the current purpose of this
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |