Lines Matching +full:wasm32 +full:- +full:wasi
4 [`OsString`], without resorting to panics or corruption for invalid UTF-8.
10 the bytes to be valid in UTF-8. However, since this crate makes conversions
12 in UTF-8 can be converted.
39 <td><code>*-fortanix-*-sgx</code></td>
40 …<td>nightly (<a href="https://doc.rust-lang.org/unstable-book/library-features/sgx-platform.html">…
44 <td><code>*-*-hermit</code></td>
49 <td><code>*-*-solid_asp3(-*)</code></td>
58 <td>WASI</td>
59 <td><code>*-wasi</code></td>
64 <td><code>wasm32-*-unknown</code></td>
69 <td><code>*-*-windows-*</code></td>
74 <td><code>*-*-xous-*</code></td>
94 in this crate, as defined in [LICENSE-APACHE], shall be licensed according to
99 [LICENSE-APACHE]: https://github.com/dylni/os_str_bytes/blob/master/LICENSE-APACHE
100 [slice]: https://doc.rust-lang.org/std/primitive.slice.html
101 [`OsStr`]: https://doc.rust-lang.org/std/ffi/struct.OsStr.html
102 [`OsString`]: https://doc.rust-lang.org/std/ffi/struct.OsString.html
103 [`Vec<u8>`]: https://doc.rust-lang.org/std/vec/struct.Vec.html