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 f6d884e commit 3d01b45
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 @@ -87,7 +87,7 @@ The example we'll be referring to uses the [`WebAssembly.instantiate()`](/en-US/

You can build up the example by following the steps below; also [see it running live](https://mdn.github.io/webassembly-examples/js-builtin-examples/instantiate/).

### The JavaScript
### JavaScript

The JavaScript for the example is shown below. To test this locally, include it in an HTML page using a method of your chooosing (for example, inside {{htmlelement("script")}} tags, or in an external `.js` file referenced via `<script src="">`).

Expand Down

0 comments on commit 3d01b45

Please sign in to comment.