We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752826a commit 5d86060Copy full SHA for 5d86060
samples/basic/README.md
@@ -25,7 +25,7 @@ Enter the out directory.
25
```
26
$ cd ./out/
27
$
28
-$ ./basic wasm-apps/testapp.wasm
+$ ./basic -f wasm-apps/testapp.wasm
29
calling into WASM function: generate_float
30
Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
31
calling into WASM function: float_to_string
0 commit comments