TLDR
Enter a command. For example: htop, react native, rbac lookup.

wasm2wat

 
Convert a file from the WebAssembly binary format to the text format. More information: https://github.com/WebAssembly/wabt.
 
  • Convert a file to the text format and display it to the console:
     
    wasm2wat {{file.wasm}}
     
  • Write the output to a given file:
     
    wasm2wat {{file.wasm}} -o {{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.