From 1b5361546c2eb1b39be984a919e1fbaa1eb958cf Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Fri, 7 Jun 2024 17:35:17 +0800 Subject: [PATCH] Use DataView to access WebAssembly memory (#37) Accompanying https://github.com/mdn/content/pull/33960 --------- Co-authored-by: Hamish Willee --- js-api-examples/memory.html | 12 ++++++------ understanding-text-format/memory-export.html | 9 +++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/js-api-examples/memory.html b/js-api-examples/memory.html index 1a57c7a..e11ef1f 100644 --- a/js-api-examples/memory.html +++ b/js-api-examples/memory.html @@ -11,14 +11,14 @@