Skip to content

Commit

Permalink
Merge pull request #133 from OsamaAhmad00/add-reference-to-interfaces
Browse files Browse the repository at this point in the history
Add reference to interfaces in the WIT page
  • Loading branch information
kate-goldenring committed Apr 29, 2024
2 parents 5c7076a + f533562 commit 23d3a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-model/src/design/wit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# An Overview of WIT

The WIT (Wasm Interface Type) language is used to define Component Model interfaces and [worlds](#worlds). WIT isn't a general-purpose coding language and doesn't define behaviour; it defines only _contracts_ between components. This topic provides an overview of key elements of the WIT language. The official WIT specification and history can be found in the [`WebAssembly/component-model` repository](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md).
The WIT (Wasm Interface Type) language is used to define Component Model [interfaces](#interfaces) and [worlds](#worlds). WIT isn't a general-purpose coding language and doesn't define behaviour; it defines only _contracts_ between components. This topic provides an overview of key elements of the WIT language. The official WIT specification and history can be found in the [`WebAssembly/component-model` repository](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md).

- [An Overview of WIT](#an-overview-of-wit)
- [Structure of a WIT file](#structure-of-a-wit-file)
Expand Down

0 comments on commit 23d3a28

Please sign in to comment.