8000 gh-95451: Update docs for wasm32-emscripten and -wasi platforms by tiran · Pull Request #95452 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95451: Update docs for wasm32-emscripten and -wasi platforms #95452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/intro.rst
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
  • Loading branch information
tiran and mdboom authored Aug 1, 2022
commit d9a245795d6a43f7f303b622939407f49c66ee31
2 changes: 1 addition & 1 deletion Doc/library/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Notes on WebAssembly platforms
==============================

The WebAssembly platforms ``wasm32-emscripten`` and ``wasm32-wasi`` provide a
subset of POSIX APIs. WASM runtimes and browser are sandboxed and have
subset of POSIX APIs. WASM runtimes and browsers are sandboxed and have
limited access to the host and external resources. Any standard library module
that uses processes, threading, networking (:mod:`socket`), signals, or
other forms of inter-process communication (IPC), is either not available
Expand Down
0