From a480f12c61b0b1cb92d62e947e3182dfca5349df Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:11:14 +0800 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md Co-authored-by: Mark Fussell Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> --- .../supported-middleware/middleware-wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md index faf6b43e1..369f74033 100644 --- a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md +++ b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md @@ -90,7 +90,7 @@ func rewrite(requestURI []byte) ([]byte, error) { } ``` -If using TinyGo, compile like so and set the `path` attribute to the output: +If using TinyGo, compile as shown below and set the `path` attribute to the output: ```bash tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go` ```