Skip to content

Commit c8fbd9c

Browse files
nilslicedeadprogram
authored andcommitted
docs: add extism as runtime for tinygo wasm modules
1 parent 596e3ba commit c8fbd9c

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 [Extism](https://github.com/extism/extism), [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)