Skip to content

Commit dca900a

Browse files
committed
Define the wasm32 build target
1 parent 655d5ac commit dca900a

File tree

5 files changed

+551
-50
lines changed

5 files changed

+551
-50
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ user-focused explanation, take a look at the **[Component Model Documentation]**
55

66
This repository contains the high-level [goals], [use cases], [design choices]
77
and [FAQ] of the Component Model as well as more-detailed, low-level explainer
8-
docs describing the [IDL], [text format], [binary format], [concurrency model]
9-
and [Canonical ABI].
8+
docs describing the [IDL], [text format], [binary format], [concurrency model],
9+
[Canonical ABI] and [Core WebAssembly Build Targets].
1010

1111
In the future, this repository will additionally contain a [formal spec],
1212
reference interpreter and test suite.
@@ -34,6 +34,7 @@ To contribute to any of these repositories, see the Community Group's
3434
[Binary Format]: design/mvp/Binary.md
3535
[Concurrency Model]: design/mvp/Async.md
3636
[Canonical ABI]: design/mvp/CanonicalABI.md
37+
[Core WebAssembly Build Targets]: design/mvp/BuildTargets.md
3738
[formal spec]: spec/
3839
[W3C WebAssembly Community Group]: https://www.w3.org/community/webassembly/
3940
[Contributing Guidelines]: https://webassembly.org/community/contributing/

0 commit comments

Comments
 (0)