From 08ec1c4c1f6877356a786d7f0f2eb98c73710427 Mon Sep 17 00:00:00 2001 From: Yosh Date: Wed, 26 Nov 2025 16:29:05 +0100 Subject: [PATCH] Move WASI logo to assets/ dir --- README.md | 2 +- WASI.png => assets/WASI.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename WASI.png => assets/WASI.png (100%) diff --git a/README.md b/README.md index 465cfa234..c7fa34251 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # WebAssembly System Interface -![WASI](WASI.png) +![WASI](assets/WASI.png) The WebAssembly System Interface (WASI) is a set of APIs for WASI being developed for eventual standardization by the WASI Subgroup, which is a diff --git a/WASI.png b/assets/WASI.png similarity index 100% rename from WASI.png rename to assets/WASI.png