
wasm2wat
List of commands for wasm2wat:
-
wasm2wat:tldr:171c2 wasm2wat: Convert a file to the text format and display it to the console.$ wasm2wat ${file-wasm}try on your machineexplain this command
-
wasm2wat:tldr:9af25 wasm2wat: Write the output to a given file.$ wasm2wat ${file-wasm} -o ${file-wat}try on your machineexplain this command