Skip to content

Commit 509ded0

Browse files
Update component-model/src/design/why-component-model.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 12351e2 commit 509ded0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-model/src/design/why-component-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A module is defined by the [WebAssembly Core Specification](https://webassembly.
1414
WebAssembly programs can be written by hand,
1515
but it's more likely that you will use a higher level programming language
1616
such as Rust, C, Go, Javascript, or Python to build WebAssembly programs.
17-
In this case, the compiler produces a WebAssembly [core module](https://webassembly.github.io/spec/core/syntax/modules.html).
17+
Many existing toolchains currently produce a [WebAssembly core module](https://webassembly.github.io/spec/core/syntax/modules.html) -- a single binary `.wasm` file.
1818

1919
A core module is a set of definitions.
2020
Kinds of definitions include:

0 commit comments

Comments
 (0)