© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
S. M. JainWebAssembly for Cloudhttps://doi.org/10.1007/978-1-4842-7496-5_3

3. WebAssembly Text Toolkit and Other Utilities

Shashank Mohan Jain1  
(1)
Bangalore, India
 

The WebAssembly text toolkit is a toolkit to peek into a Wasm module in a textual format. Although the Wasm module is binary, this toolkit allows you to convert Wasm into a human-readable text format.

This chapter looks at some of the utilities that allow you to do the following.
  • Create a text file in WebAssembly text format (wat) and generate a Wasm file from it

  • Generate a wat file from a Wasm file

  • Generate a dump of the Wasm file

The wat2wasm Utility

This tool handcrafts Wasm files in a text format ...

Get WebAssembly for Cloud: A Basic Guide for Wasm-Based Cloud Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.