WasmEdge Command Line Tools
After the WasmEdge installation, the wasmedge
tool is installed.
Users can use the WasmEdge CLI tool to execute the WebAssembly files quickly.
-
The
wasmedge
CLI tool is the WebAssembly runtime to execute the WASM files. -
The original
wasmedgec
tool is changed towasmedge compile
. Thewasmedge compile
CLI tool is the ahead-of-time compiler to compile the WebAssembly file into native code.