TLDR
Enter a command. For example: az lock, nop, gh completion, yarn why.

wat2wasm

 
Convert a file from the WebAssembly text format to the binary format. More information: https://github.com/WebAssembly/wabt.
 
  • Parse and check a file for errors:
     
    wat2wasm {{file.wat}}
     
  • Write the output binary to a given file:
     
    wat2wasm {{file.wat}} -o {{file.wasm}}
     
  • Display simplified representation of every byte:
     
    wat2wasm -v {{file.wat}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.