Fix mentions of Wasm (#2950)
This commit is contained in:
parent
3b2d1a7643
commit
44e2f95331
3 changed files with 10 additions and 8 deletions
|
|
@ -189,7 +189,7 @@ pub enum ControlFlow {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - **Android / iOS / WASM:** The supplied exit code is unused.
|
||||
/// - **Android / iOS / Web:** The supplied exit code is unused.
|
||||
/// - **Unix:** On most Unix-like platforms, only the 8 least significant bits will be used,
|
||||
/// which can cause surprises with negative exit values (`-42` would end up as `214`). See
|
||||
/// [`std::process::exit`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue