Skip to content

Commit

Permalink
Update files/en-us/webassembly/javascript_builtins/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
chrisdavidmills and hamishwillee authored Dec 18, 2024
1 parent 3d01b45 commit 2388126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/webassembly/javascript_builtins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2388126

Please sign in to comment.