Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
This commit is contained in:
Crypt Keeper 2022-07-26 09:11:14 +08:00 committed by Adrian Cole
parent 6ec0a518ad
commit a480f12c61
1 changed files with 1 additions and 1 deletions

View File

@ -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`
```