Lines Matching +full:minimum +full:- +full:bulk
1 .. _library-intro:
15 The library also contains built-in functions and exceptions --- objects that can
20 The bulk of the library, however, consists of a collection of modules. There are
32 This manual is organized "from the inside out:" it first describes the built-in
39 library. Of course, you don't *have* to read it like a novel --- you can also
45 :ref:`built-in-funcs`, as the remainder of the manual assumes familiarity with
63 * If an availability note contains both a minimum Kernel version and a minimum
68 .. _wasm-availability:
71 ---------------------
73 The `WebAssembly`_ platforms ``wasm32-emscripten`` (`Emscripten`_) and
74 ``wasm32-wasi`` (`WASI`_) provide a subset of POSIX APIs. WebAssembly runtimes
77 networking, signals, or other forms of inter-process communication (IPC), is
78 either not available or may not work as on other Unix-like systems. File I/O,
79 file system, and Unix permission-related functions are restricted, too.
84 `Emscripten`_-SDK or `WASI`_-SDK version, WASM runtimes (browser, NodeJS,
95 * Process-related APIs are not available or always fail with an error. That
103 non-blocking and require additional JavaScript code and helpers on the