From f533562f947dd9395c5198f1b5fd519aaf120004 Mon Sep 17 00:00:00 2001 From: Osama Ahmad Date: Sat, 27 Apr 2024 14:22:56 +0300 Subject: [PATCH] Add reference to interfaces in the WIT page --- component-model/src/design/wit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/design/wit.md b/component-model/src/design/wit.md index 7fd44b6..7cfd35e 100644 --- a/component-model/src/design/wit.md +++ b/component-model/src/design/wit.md @@ -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)