Skip to content

Commit 5f29e63

Browse files
committed
Add links to bugs
1 parent d924247 commit 5f29e63

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Tools/wasm/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,23 @@ node --experimental-wasm-threads --experimental-wasm-bulk-memory builddir/emscri
101101
``os.setgroups``, ``os.chown``, and so on.
102102
- Offset and iovec I/O functions (e.g. ``os.pread``, ``os.preadv``) are not
103103
available.
104-
- ``os.mknod`` and ``os.mkfifo`` don't work and are disabled.
104+
- ``os.mknod`` and ``os.mkfifo``
105+
[don't work](https://github.com/emscripten-core/emscripten/issues/16158)
106+
and are disabled.
105107
- Large file support crashes the runtime and is disabled.
106108
- ``mmap`` module is unstable. flush (``msync``) can crash the runtime.
107109
- Resource-related functions like ``os.nice`` and most functions of the
108110
``resource`` module are not available.
109111
- Some time and datetime features are broken. ``strftime`` and ``strptime``
110-
have known bugs. Extended glibc formatting features are not available.
111-
- ``locales`` module is affected by musl libc issues.
112-
- ``uuid`` module is affected by memory leak and crasher in
113-
Emscripten's ``freeaddrinfo``.
112+
have known bugs, e.g.
113+
[%% quoting](https://github.com/emscripten-core/emscripten/issues/16155),
114+
[%U off-by-one](https://github.com/emscripten-core/emscripten/issues/16156).
115+
Extended glibc formatting features are not available.
116+
- ``locales`` module is affected by musl libc issues,
117+
[bpo-46390](https://bugs.python.org/issue46390).
118+
- ``uuid`` module is affected by
119+
[memory leak](https://github.com/emscripten-core/emscripten/issues/16081)
120+
and crasher in Emscripten's ``freeaddrinfo``,
114121
- Recursive ``glob`` leaks file descriptors.
115122
- Python's object allocator ``obmalloc`` is disabled by default.
116123
- ``ensurepip`` is not available.

0 commit comments

Comments
 (0)