LinuxCommandLibrary

wasm2wat

wasm2wat

TLDR

Convert a file to the text format and display it to the console

$ wasm2wat [file.wasm]
copy


Write the output to a given file
$ wasm2wat [file.wasm] -o [file.wat]
copy

Copied to clipboard