From 5a8297884be8a7a4ac0a156ed754d507a6e8cb38 Mon Sep 17 00:00:00 2001 From: hyemimi Date: Sat, 15 Aug 2026 20:33:08 +0900 Subject: [PATCH] doc: remove outdated WASI version fallback Signed-off-by: hyemimi --- doc/api/wasi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/wasi.md b/doc/api/wasi.md index 7303e0eeabbe..6f477a765daf 100644 --- a/doc/api/wasi.md +++ b/doc/api/wasi.md @@ -197,8 +197,7 @@ If version `unstable` was passed into the constructor it will return: { wasi_unstable: wasi.wasiImport } ``` -If version `preview1` was passed into the constructor or no version was -specified it will return: +If version `preview1` was passed into the constructor it will return: ```json { wasi_snapshot_preview1: wasi.wasiImport }