-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Changes from 1 commit
ea28ffb
a2b3ed3
48991b0
948f519
d9a2457
6fee2e2
2bebb1b
c7db243
b9e04e7
c0061fd
1d5d890
47b16f8
1bf424a
61192a0
a16f568
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,8 +100,8 @@ DOM APIs as well as limited networking capabilities with JavaScript's | |
|
||
* The :mod:`socket` module is available, but is dysfunctional. | ||
|
||
* Some functions are stubs that either don't do anything and always return some | ||
hardcoded value. | ||
* Some functions are stubs that either don't do anything and always return | ||
hardcoded values. | ||
Comment on lines
+108
to
+109
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you mean to refer to, e.g., the |
||
|
||
* Functions related to file descriptors, file permissions, file ownership, and | ||
links are limited and don't support some operations. | ||
|
Uh oh!
There was an error while loading. Please reload this page.