mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-11 16:35:33 +00:00
fix one typo in samples/basic.README.md (#274)
This commit is contained in:
parent
752826a667
commit
5d86060d35
|
@ -25,7 +25,7 @@ Enter the out directory.
|
||||||
```
|
```
|
||||||
$ cd ./out/
|
$ cd ./out/
|
||||||
$
|
$
|
||||||
$ ./basic wasm-apps/testapp.wasm
|
$ ./basic -f wasm-apps/testapp.wasm
|
||||||
calling into WASM function: generate_float
|
calling into WASM function: generate_float
|
||||||
Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
|
Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
|
||||||
calling into WASM function: float_to_string
|
calling into WASM function: float_to_string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user