CountBleck
0bda014c96
LibWeb: Don't create a copy SharedArrayBuffer for shared Wasm memories
...
For whatever reason, the implementation of "create a fixed length memory
buffer" was borked for shared Wasm memories, in that a new
SharedArrayBuffer was created, with the contents of the Wasm memory
copied into it. This is incorrect, since the SharedArrayBuffer should be
a view into the Wasm memory's span, not a copy of it. This helps pass a
WPT subtest in wasm/jsapi/memory/grow.any.html.
2025-08-23 08:26:23 +02:00
..
2025-08-20 09:14:58 +02:00
2025-08-22 20:26:09 +02:00
2025-08-14 10:27:08 +02:00
2025-08-22 20:26:09 +02:00
2025-08-08 13:09:58 -04:00
2025-08-17 22:17:36 +02:00
2025-08-22 09:47:01 +01:00
2025-08-22 12:17:55 +02:00
2025-08-22 20:26:09 +02:00
2025-08-19 23:50:38 +02:00
2025-08-14 22:21:51 +02:00
2025-08-14 10:27:08 +02:00
2025-08-19 23:50:38 +02:00
2025-08-19 23:50:38 +02:00
2025-07-22 11:55:29 -04:00
2025-08-14 10:27:08 +02:00
2025-08-14 10:27:08 +02:00
2025-08-22 20:26:09 +02:00
2025-08-22 19:29:29 +02:00
2025-08-07 02:05:50 +02:00
2025-08-07 22:15:36 +02:00
2025-08-17 19:09:50 +02:00
2025-08-22 20:26:09 +02:00
2025-08-10 11:02:50 +02:00
2025-08-05 07:07:15 -04:00
2025-07-31 16:21:20 +02:00
2025-07-25 11:46:58 +02:00
2025-08-20 09:13:32 +02:00
2025-08-22 20:26:09 +02:00
2025-08-14 10:27:08 +02:00
2025-08-11 16:55:25 +02:00
2025-07-30 00:54:57 +02:00
2025-08-20 11:36:40 +02:00
2025-08-14 10:27:08 +02:00
2025-08-14 10:27:08 +02:00
2025-08-22 20:26:09 +02:00
2025-08-22 20:26:09 +02:00
2025-08-11 12:21:31 +01:00
2025-08-20 09:13:32 +02:00
2025-08-14 10:27:08 +02:00
2025-08-23 08:26:23 +02:00
2025-08-20 14:51:01 +02:00
2025-08-11 16:55:25 +02:00
2025-08-21 14:42:41 +02:00
2025-08-22 09:47:01 +01:00
2025-08-14 10:27:08 +02:00
2025-08-14 10:27:08 +02:00
2025-07-18 10:09:02 -04:00
2025-08-22 20:26:09 +02:00
2025-08-22 11:35:59 +02:00
2025-08-22 09:48:30 +01:00
2025-08-13 09:47:28 +01:00
2025-08-22 09:48:30 +01:00
2025-08-22 14:06:46 +02:00
2025-08-22 09:48:30 +01:00
2025-08-02 07:38:27 +02:00