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 to wasmedge compile. The wasmedge compile CLI tool is the ahead-of-time compiler to compile the WebAssembly file into native code.