From 6c3f6fd01761e8f722576f36d70fd298b1be1737 Mon Sep 17 00:00:00 2001 From: Oscar Spencer Date: Wed, 27 Aug 2025 00:57:30 -0500 Subject: [PATCH] Update note on WAMR_BUILD_LIBC_UVWASI for Windows (#4583) --- doc/build_wamr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build_wamr.md b/doc/build_wamr.md index 78e0711ec..e5487cbf0 100644 --- a/doc/build_wamr.md +++ b/doc/build_wamr.md @@ -57,7 +57,7 @@ cmake -DWAMR_BUILD_PLATFORM=linux -DWAMR_BUILD_TARGET=ARM - **WAMR_BUILD_LIBC_UVWASI**=1/0 (Experiment), build the [WASI](https://github.com/WebAssembly/WASI) libc subset for WASM app based on [uvwasi](https://github.com/nodejs/uvwasi) implementation, default to disable if not set -> Note: for platform which doesn't support **WAMR_BUILD_LIBC_WASI**, e.g. Windows, developer can try using **WAMR_BUILD_LIBC_UVWASI**. +> Note: WAMR doesn't support a safe sandbox on all platforms. For platforms that do not support **WAMR_BUILD_LIBC_WASI**, e.g. Windows, developers can try using an unsafe uvwasi-based WASI implementation by using **WAMR_BUILD_LIBC_UVWASI**. ### **Enable Multi-Module feature**