Skip to content

Commit 29abcaf

Browse files
authored
Update README.md
1 parent 12eecce commit 29abcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ w3c TPAC talk [Zero-copy operations on the web](https://www.w3.org/2020/Talks/TP
6060
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)
6161

6262
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-
- [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. Note that [WebAssembly.Memory also can't be transfered/detached (except via other WebAssembly methods,...](https://github.com/tc39/proposal-immutable-arraybuffer/issues/20#issuecomment-2562075230)
63+
- [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. 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).
6464

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

0 commit comments

Comments
 (0)