From 2f6b62a16233f435571f734d3617129935941d31 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Wed, 17 Sep 2025 09:40:17 +0300 Subject: [PATCH 1/2] Clarify immutability --- spec.emu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.emu b/spec.emu index a07030a..5905ba1 100644 --- a/spec.emu +++ b/spec.emu @@ -75,7 +75,7 @@ contributors: Steven, Guy Bedford -

All of the import statements in the module graph that address the same JSON or bytes module may evaluate to the same mutable object.

+

All of the import statements in the module graph that address the same JSON or bytes module may evaluate to the same mutable object.

@@ -114,7 +114,7 @@ contributors: Steven, Guy Bedford

CreateBytesModule ( - _arrayBuffer_: an immutable ArrayBuffer or a SharedArrayBuffer + _arrayBuffer_: an immutable ArrayBuffer or an immutable SharedArrayBuffer ): a Synthetic Module Record

From a34abc1ca29788706137da23e4c6775f5798bbb1 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Wed, 17 Sep 2025 09:47:12 +0300 Subject: [PATCH 2/2] Update stage in spec metadata --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index 5905ba1..df7691c 100644 --- a/spec.emu +++ b/spec.emu @@ -5,7 +5,7 @@