You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename wasm32-unknown-wasi to wasm32-unknown-wasip1 in the build system
WASI community is going to be introducing pN suffix to the target triples
to distinguish the different versions of the WASI Preview versions (e.g.
`wasm32-unknown-wasip1` for WASI Preview1) to prepare the upcoming WASI
Preview2 and so on.
Other projects are also following this change:
* WebAssembly/wasi-libc#478
* rust-lang/compiler-team#607
@@ -110,8 +110,8 @@ A _build_ is a combination of ruby version, _profile_, and _target_.
110
110
</thead>
111
111
<tbody>
112
112
<tr>
113
-
<td><code>wasm32-unknown-wasi</code></td>
114
-
<td>Targeting WASI-compatible environments (e.g. Node.js, browsers with polyfill, <a href="https://github.com/bytecodealliance/wasmtime">wasmtime</a>, and so on)</td>
113
+
<td><code>wasm32-unknown-wasip1</code></td>
114
+
<td>Targeting [WASI Preview1](https://github.com/WebAssembly/WASI/tree/main/legacy/preview1)-compatible environments (e.g. Node.js, browsers with polyfill, <a href="https://github.com/bytecodealliance/wasmtime">wasmtime</a>, and so on)</td>
0 commit comments