cmd/wasmcloud: warn people about performance differences in run

This commit is contained in:
Cadey Ratio 2019-12-12 12:26:43 +00:00
parent 4bfc169bc1
commit ce856f5336
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ $ wasmcloud run -abi dagger -func-name dagger_main hello_dagger.wasm
Run a given webassembly binary and return the output.
Please keep in mind that the performance reports may differ from how programs
behave on production servers.
Flags:
`
}