@@ -101,16 +101,23 @@ node --experimental-wasm-threads --experimental-wasm-bulk-memory builddir/emscri
101
101
`` os.setgroups `` , `` os.chown `` , and so on.
102
102
- Offset and iovec I/O functions (e.g. `` os.pread `` , `` os.preadv `` ) are not
103
103
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.
105
107
- Large file support crashes the runtime and is disabled.
106
108
- `` mmap `` module is unstable. flush (`` msync `` ) can crash the runtime.
107
109
- Resource-related functions like `` os.nice `` and most functions of the
108
110
`` resource `` module are not available.
109
111
- 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 `` ,
114
121
- Recursive `` glob `` leaks file descriptors.
115
122
- Python's object allocator `` obmalloc `` is disabled by default.
116
123
- `` ensurepip `` is not available.
0 commit comments