Skip to content

Commit

Permalink
[Utils] Update the descriptions in installer. (WasmEdge#1540)
Browse files Browse the repository at this point in the history
Signed-off-by: YiYing He <[email protected]>
  • Loading branch information
q82419 authored Jun 14, 2022
1 parent ff2d991 commit cb66b63
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions utils/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,18 +315,20 @@ usage() {
About:
- wasmedgec is the AOT compiler that compiles WebAssembly bytecode programs
(wasm programs) into native code (so program) on your deployment machine.
- wasmedge is the runtime that executes the wasm program or the AOT compiled
so program.
shared library format or universal wasm format programs.
- wasmedgec is the AOT compiler that compiles WebAssembly bytecode programs
(wasm programs) into native code (shared library format or universam wasm
format program) on your deployment machine.
- wasmedge-tensorflow is the runtime that executes the wasm program or the
AOT compiled wasm program with the Image, TensorFlow, and TensorFlow-Lite
extensions.
- wasmedgec-tensorflow is the AOT compiler that compiles WebAssembly
bytecode programs (wasm programs) into native code (so program) on your
deployment machine. It is aware of WamsEdge's Tensorflow extension API.
- wasmedge-tensorflow-lite is the runtime that executes the wasm program or
the AOT compiled so program with the Tensorflow Lite library.
the AOT compiled wasm program with the Image and TensorFlow-Lite
extensions.
EOF
}
Expand Down

0 comments on commit cb66b63

Please sign in to comment.