From c51f8d7b9f48cbaa62703209aead0453335016a3 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Wed, 3 May 2023 08:12:24 +0800 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> --- .../reference/components-reference/supported-bindings/wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md b/daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md index c55a980cb..100178d33 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md @@ -24,7 +24,7 @@ Interface (WASI). The binary can be a program you've written such as in Go, or an interpreter you use to run inlined scripts, such as Python. Minimally, you must specify a Wasm binary compiled with the canonical WASI -version `wasi_snapshot_preview1` a.k.a. `wasip1`, often abbreviated to `wasi`. +version `wasi_snapshot_preview1` (a.k.a. `wasip1`), often abbreviated to `wasi`. If compiling yourself in Go 1.21+, this is `GOOS=wasip1 GOARCH=wasm`, whereas in TinyGo, Rust and Zig, this is the target `wasm32-wasi`.