From 467c5de160ac6e642107a3c184f5b61873a3e21a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 6 Mar 2024 00:21:13 +0900 Subject: [PATCH] wasi: Support wasm32-wasip1 --- README.md | 1 + platform-support-status.md | 2 +- tools/target-list-shared.sh | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01e61aa..e0d263c 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ clang version and wasi-libc hash can be found here: https://github.com/WebAssemb **Supported targets:** - `wasm32-wasi` +- `wasm32-wasip1` ### Emscripten diff --git a/platform-support-status.md b/platform-support-status.md index b8a2593..5579000 100644 --- a/platform-support-status.md +++ b/platform-support-status.md @@ -77,7 +77,7 @@ See [platform-support-status-tier3.md](platform-support-status-tier3.md) for Tie - [ ] wasm32-unknown-unknown - [x] wasm32-wasi - [ ] wasm32-wasi-preview1-threads -- [ ] wasm32-wasip1 +- [x] wasm32-wasip1 - [ ] x86_64-apple-darwin - [ ] x86_64-apple-ios - [ ] x86_64-fortanix-unknown-sgx diff --git a/tools/target-list-shared.sh b/tools/target-list-shared.sh index d90717e..244b243 100644 --- a/tools/target-list-shared.sh +++ b/tools/target-list-shared.sh @@ -204,7 +204,9 @@ windows_gnu_targets=( # WASI wasi_targets=( wasm32-wasi - # wasm32-wasi-preview1-threads # TODO + # wasm32-wasi-preview1-threads + wasm32-wasip1 + # wasm32-wasip2 # tier3 ) # Emscripten emscripten_targets=(