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:
Loong Dai 2022-09-27 11:47:40 +08:00 committed by GitHub
parent 02acbb3637
commit fe43ed7a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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