We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7dd4c commit 434db68Copy full SHA for 434db68
Lib/uuid.py
@@ -53,7 +53,7 @@
53
__author__ = 'Ka-Ping Yee <[email protected]>'
54
55
# The recognized platforms - known behaviors
56
-if sys.platform in ('win32', 'darwin'):
+if sys.platform in ('win32', 'darwin', 'emscripten', 'wasi'):
57
_AIX = _LINUX = False
58
else:
59
import platform
0 commit comments