Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 367a514

Browse files
authored
Tiny wording change
The previous sentence had a slight wording issue, it was halfway between "...curious about what a `wasm` file looks like... " and "...curious about how a `wasm` file looks ... "
1 parent 7b7da67 commit 367a514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-is-webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For reference, here is a factorial function in `wat`:
3636
(export "fac" (func $fac)))
3737
```
3838

39-
If you're curious about how a `wasm` file looks like you can use the [wat2wasm
39+
If you're curious about what a `wasm` file looks like you can use the [wat2wasm
4040
demo] with the above code.
4141

4242
## Linear Memory

0 commit comments

Comments
 (0)