File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ files), implying that it cannot allocate or free memory (and is therefore
62
62
trivially safe against things like memory leaks, use-after-frees and
63
63
double-frees).
64
64
65
+ It produces [ Sans I/O style] ( https://sans-io.readthedocs.io/ ) libraries (but C
66
+ libraries, not Python), meaning that they are agnostic to [ 'function
67
+ colors'] ( https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/ ) .
68
+ They can be combined with synchronous or asynchronous I/O, as the library
69
+ caller (not library implementation) is responsible for the actual I/O.
70
+
65
71
The idea isn't to write your whole program in Wuffs, ** only the parts that are
66
72
both performance-conscious and security-conscious** . For example, while
67
73
technically possible, it is unlikely that a Wuffs compiler would be worth
@@ -277,4 +283,4 @@ overflows.
277
283
278
284
---
279
285
280
- Updated on September 2023.
286
+ Updated on November 2023.
You can’t perform that action at this time.
0 commit comments