Skip to content

Commit 02b0871

Browse files
committed
link README to preso that got 2.7
1 parent c5a96d3 commit 02b0871

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A TC39 proposal for immutable ArrayBuffers.
2020

2121
- ***for stage 1*** - October 2024 tc39 plenary ([slides.key](./immu-arraybuffer-talks/immu-arrayBuffers-stage1-as-recorded.key), [slides.pdf](./immu-arraybuffer-talks/immu-arrayBuffers-stage1.pdf), [video](https://www.youtube.com/watch?v=CP_5Yo9h84k))
2222
- ***for stage 2*** - December 2024 tc39 plenary ([slides.key](./immu-arraybuffer-talks/immu-arrayBuffers-stage2.key), [slides.pdf](./immu-arraybuffer-talks/immu-arrayBuffers-stage2.pdf), [docs slides](https://docs.google.com/presentation/d/1S1ixC7AVg3s_p4ZNhu3zBMcIcKbFkmp6umnsQUKOIqw/edit?usp=sharing), [video](https://www.youtube.com/watch?v=Fy_AnIbAAm8))
23+
- ***for stage 2.7*** - February 2025 plenary ([slides.key](./immu-arraybuffer-talks/immu-arrayBuffers-stage2-7-as-presented.key), [slides.pdf](./immu-arraybuffer-talks/immu-arrayBuffers-stage2-7-as-presented.pdf))
2324

2425
## Background
2526

@@ -59,15 +60,15 @@ w3c TPAC talk [Zero-copy operations on the web](https://www.w3.org/2020/Talks/TP
5960

6061
web-bluetooth [read-only ArrayBuffer](https://webbluetoothcg.github.io/web-bluetooth/#read-only-arraybuffer), especially [issue #300](https://github.com/WebBluetoothCG/web-bluetooth/issues/300#issuecomment-2560251857)
6162

62-
gpuweb [issue #2072](https://github.com/gpuweb/gpuweb/issues/2072#issuecomment-2560291036), [issue #747](https://github.com/gpuweb/gpuweb/issues/747#issuecomment-2560254816), and [SharedValueTable proposal](https://hackmd.io/@webgpu/S1f56dN8s)
63+
gpuweb [issue #2072](https://github.com/gpuweb/gpuweb/issues/2072#issuecomment-2560291036), [issue #747](https://github.com/gpuweb/gpuweb/issues/747#issuecomment-2560254816), and [SharedValueTable proposal](https://hackmd.io/@webgpu/S1f56dN8s)
6364
- [likely should use](https://github.com/tc39/proposal-immutable-arraybuffer/issues/25) [Limited ArrayBuffer](https://github.com/tc39/proposal-limited-arraybuffer) instead of Immutable ArrayBuffer because Immutable ArrayBuffers cannot be detached.
6465
- Note that [`WebAssembly.Memory` also can't be detached (except via other WebAssembly methods,...)](https://github.com/tc39/proposal-immutable-arraybuffer/issues/20#issuecomment-2562075230).
6566

6667
webidl [Frozen Array](https://webidl.spec.whatwg.org/#idl-frozen-array)
6768

6869
webcodecs [issue #80](https://github.com/w3c/webcodecs/issues/80#issuecomment-2560331900), [issue #104](https://github.com/w3c/webcodecs/issues/104#issuecomment-2560334782), and [issue #212](https://github.com/w3c/webcodecs/issues/212#issuecomment-2560348504)
6970

70-
web transport [issue #131](https://github.com/w3c/webtransport/issues/131#issuecomment-2560357416)
71+
web transport [issue #131](https://github.com/w3c/webtransport/issues/131#issuecomment-2560357416)
7172
- [unlikely](https://github.com/w3c/webtransport/issues/131#issuecomment-2662013436) because Chrome (and likely others) copy when crossing address spaces.
7273
- But possible: see [Even when talking between different processes, each with their own address space, for a huge enough buffer ...](https://github.com/tc39/proposal-immutable-arraybuffer/issues/30#issuecomment-2652223749)
7374

0 commit comments

Comments
 (0)