Skip to content

Commit 23d3a28

Browse files
Merge pull request bytecodealliance#133 from OsamaAhmad00/add-reference-to-interfaces
Add reference to interfaces in the WIT page
2 parents 5c7076a + f533562 commit 23d3a28

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/design

1 file changed

+1
-1
lines changed

component-model/src/design/wit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An Overview of WIT
22

3-
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).
3+
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).
44

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

0 commit comments

Comments
 (0)