From 5de264db2aef26d675ba3cbb0f8055197d40c666 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 7 Nov 2024 13:53:03 -0800 Subject: [PATCH] PEP 11: be more specific about the WASI triple (#4115) --- peps/pep-0011.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 772edc28f..a3a882dd5 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -104,7 +104,7 @@ Target Triple Notes Contacts aarch64-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner glibc, clang Victor Stinner, Gregory P. Smith -wasm32-unknown-wasi WASI SDK, Wasmtime Brett Cannon, Eric Snow +wasm32-unknown-wasip1 WASI SDK, Wasmtime Brett Cannon, Eric Snow x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith ============================= ========================== ========