Skip to content

Commit ff73846

Browse files
shantanoo-desaideadprogram
authored andcommitted
fix(wasi): MD formatting for Links
Use Markdown Syntax for Links in the WASI doc.
1 parent 3192e27 commit ff73846

File tree

1 file changed

+1
-1
lines changed
  • content/docs/guides/webassembly

1 file changed

+1
-1
lines changed

content/docs/guides/webassembly/wasi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77

88
TinyGo is very useful for compiling programs for use on servers and other edge devices (WASI).
99

10-
TinyGo programs can run in Fastly Compute@Edge (https://developer.fastly.com/learning/compute/go/), Fermyon Spin (https://developer.fermyon.com/spin/go-components), wazero (https://wazero.io/languages/tinygo/) and many other WebAssembly runtimes.
10+
TinyGo programs can run in [Fastly Compute@Edge](https://developer.fastly.com/learning/compute/go/), [Fermyon Spin](https://developer.fermyon.com/spin/go-components), [wazero](https://wazero.io/languages/tinygo/) and many other WebAssembly runtimes.
1111

1212
Here is a small TinyGo program for use within a WASI host application:
1313

0 commit comments

Comments
 (0)