Skip to content

Commit 621260e

Browse files
committed
Oops: wasm -> emscripten
1 parent bf33556 commit 621260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def __color_reduce(c):
404404
python_version = platform.python_version()
405405

406406
if (
407-
sys.platform not in ("wasi", "wasm")
407+
sys.platform not in ("wasi", "emscripten")
408408
and (sys.version_info >= (3, 13, 0))
409409
and sysconfig.get_config_var("Py_GIL_DISABLED")
410410
):

0 commit comments

Comments
 (0)