cmd/wasmcloud: warn people about performance differences in run
This commit is contained in:
parent
4bfc169bc1
commit
ce856f5336
|
@ -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:
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue