Skip to content

Commit 6df24a7

Browse files
authored
Add some few helpful links (#56)
1 parent 746375b commit 6df24a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The [OCapN](https://ocapn.org/) network protocol treats strings and byte-arrays
5555

5656
[Readonly Collections](https://github.com/tc39/proposal-readonly-collections), especially [issue #10](https://github.com/tc39/proposal-readonly-collections/issues/10)
5757

58-
wasm [issue #1162](https://github.com/WebAssembly/design/issues/1162#issuecomment-2560354923)
58+
wasm zero copy [issue #1162 comment](https://github.com/WebAssembly/design/issues/1162#issuecomment-2666958705)
5959

6060
w3c TPAC talk [Zero-copy operations on the web](https://www.w3.org/2020/Talks/TPAC/unconference/zerocopy.pdf)
6161

@@ -78,6 +78,10 @@ whatwg streams [issue #495](https://github.com/whatwg/streams/issues/495#issueco
7878

7979
w3c machine learning workshop [issue #93](https://github.com/w3c/machine-learning-workshop/issues/93#issuecomment-2560365962)
8080

81+
[Deno intends to support](https://deno.com/blog/updates-from-tc39#immutable-arraybuffer)
82+
83+
[Proposal Import Buffer](https://github.com/styfle/proposal-import-buffer) relies on Immutable ArrayBuffer
84+
8185
## Solution
8286

8387
This proposal introduces additional methods and read-only accessor properties to `ArrayBuffer.prototype` that fit naturally into those explained above. Just as a buffer can be resizable or not, and detached or not, this proposal enables buffers to be immutable or not. Just as `transferToFixedSize` moves the contents of a original buffer into a newly created non-resizable buffer, this proposal provides a transfer operation that moves the contents of an original original buffer into a newly created immutable buffer. Altogether, this proposal only adds to `ArrayBuffer.prototype` one read-only accessor

0 commit comments

Comments
 (0)