From 23881263b7f23e4c481342136cc5853141fd9b5c Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 18 Dec 2024 08:43:59 +0000 Subject: [PATCH] Update files/en-us/webassembly/javascript_builtins/index.md Co-authored-by: Hamish Willee --- files/en-us/webassembly/javascript_builtins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/webassembly/javascript_builtins/index.md b/files/en-us/webassembly/javascript_builtins/index.md index 8820f095ba733ee..1447a50d11b9c0d 100644 --- a/files/en-us/webassembly/javascript_builtins/index.md +++ b/files/en-us/webassembly/javascript_builtins/index.md @@ -117,7 +117,7 @@ The JavaScript: - Uses {{domxref("Window.fetch", "fetch()")}} to fetch the Wasm module (`log-concat.wasm`), converts the response to an {{jsxref("ArrayBuffer")}} using {{domxref("Response.arrayBuffer")}}, then compiles and instantiates the Wasm module using [`WebAssembly.instantiate()`](/en-US/docs/WebAssembly/JavaScript_interface/instantiate_static). - Calls the `main()` function exported from the Wasm module. -### The Wasm module +### Wasm module The text representation of our WebAssembly module code looks like this: