From 121cdd307300c145deb3ed26333eb4df7ddbb2fe Mon Sep 17 00:00:00 2001 From: Colin Breck Date: Wed, 10 Apr 2024 20:32:32 -0700 Subject: [PATCH] Added missing link to Go language support on home page --- component-model/src/introduction.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component-model/src/introduction.md b/component-model/src/introduction.md index 9ac74a64..1d8161c2 100644 --- a/component-model/src/introduction.md +++ b/component-model/src/introduction.md @@ -7,7 +7,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in | [Why Components?] | [Javascript] | [Composing] | | [Components] | [Python] | [Running] | | [Interfaces] | [Rust] | [Distributing] | -| [Worlds] | | | +| [Worlds] | [Go] | | [Why Components?]: ./design/why-component-model.md [Components]: ./design/components.md @@ -17,6 +17,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in [Javascript]: ./language-support/javascript.md [Python]: ./language-support/python.md [Rust]: ./language-support/rust.md +[Go]: ./language-support/go.md [Composing]: ./creating-and-consuming/composing.md [Running]: ./creating-and-consuming/running.md