mirror of https://github.com/dapr/docs.git
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:
parent
6ec0a518ad
commit
a480f12c61
|
@ -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
|
```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`
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue