Crate wabt

source ·
Expand description

Bindings to the wabt library.

Modules

Module for parsing WebAssembly script format (a.k.a. wast).

Structs

A structure to represent errors coming out from wabt.
WebAssembly module.
Options for reading read binary.
Buffer returned by wabt.
A builder for converting wasm binary to wasm text format.
A builder for translating wasm text source to wasm binary format.

Functions

Disassemble wasm binary to wasm text format.
Translate wasm text source to wasm binary format.