Skip to content

Commit

Permalink
wasi: Support wasm32-wasip1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 5, 2024
1 parent e8d37ea commit 467c5de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion platform-support-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tools/target-list-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 467c5de

Please sign in to comment.