Module wast2json::json

source ·
Expand description

Types for a wast2json-compatible JSON representation of wast scripts.

The entry point is the WastJsonScript struct.

Note: This crate reuses the Float32 and Float32 structs and the NanPattern enum of the wast crate. Due to some limitations, the V128Const and V128Pattern enums are not currently reused!

Structs§

Enums§

Traits§

  • Trait for converting values to their wast2json string representation.