Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-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>
This commit is contained in:
Crypt Keeper 2023-05-04 07:21:28 +08:00 committed by GitHub
parent 3c54f5cc96
commit 25bcee86b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ func rewrite(requestURI []byte) ([]byte, error) {
``` ```
If using TinyGo, compile as shown below and set the spec metadata field named If using TinyGo, compile as shown below and set the spec metadata field named
"url" to the location of the output (ex "file://example.wasm"): "url" to the location of the output (for example, `file://example.wasm`):
```bash ```bash
tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go