File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1759,11 +1759,11 @@ An analogous relationship exists among `readable-future-end<T>`,
1759
1759
1760
1760
###### 🔀 ` stream.read ` and ` stream.write `
1761
1761
1762
- | Synopsis | |
1763
- | -------------------------- | --------------------------------------------------------------------------- |
1764
- | Approximate WIT signature | ` func<T>(e: readable-stream-end<T>, b: writable-buffer<T>) -> read-status ` |
1765
- | Approximate WIT signature | ` func<T>(e: writable-stream-end<T>, b: readable-buffer<T>) -> write-status ` |
1766
- | Canonical ABI signature | ` [stream-end:i32 ptr:i32 num:i32] -> [i32] ` |
1762
+ | Synopsis | |
1763
+ | -------------------------------------------- | --------------------------------------------------------------------------- |
1764
+ | Approximate WIT signature for ` stream.read ` | ` func<T>(e: readable-stream-end<T>, b: writable-buffer<T>) -> read-status ` |
1765
+ | Approximate WIT signature for ` stream.write ` | ` func<T>(e: writable-stream-end<T>, b: readable-buffer<T>) -> write-status ` |
1766
+ | Canonical ABI signature | ` [stream-end:i32 ptr:i32 num:i32] -> [i32] ` |
1767
1767
1768
1768
where ` read-status ` is defined in WIT as:
1769
1769
``` wit
You can’t perform that action at this time.
0 commit comments