mirror of https://github.com/dapr/docs.git
fix the example code (#2811)
Signed-off-by: Loong <loong.dai@intel.com> Signed-off-by: Loong <loong.dai@intel.com>
This commit is contained in:
parent
02acbb3637
commit
fe43ed7a6d
|
@ -100,7 +100,7 @@ If using TinyGo, compile as shown below and set the spec metadata field named
|
|||
"path" to the location of the output (ex "example.wasm"):
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
## Related links
|
||||
|
|
Loading…
Reference in New Issue