fix one typo in samples/basic.README.md (#274)

This commit is contained in:
dpinthinker 2020-06-03 15:17:22 +08:00 committed by GitHub
parent 752826a667
commit 5d86060d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Enter the out directory.
```
$ cd ./out/
$
$ ./basic wasm-apps/testapp.wasm
$ ./basic -f wasm-apps/testapp.wasm
calling into WASM function: generate_float
Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
calling into WASM function: float_to_string