waside 0.1.0

An AST for WebAssembly that supports decoding, encoding, and printing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub(crate) mod const_expr;
pub(crate) mod custom;
pub(crate) mod data;
pub(crate) mod elements;
pub(crate) mod exports;
pub(crate) mod functions;
pub(crate) mod globals;
pub(crate) mod imports;
pub(crate) mod instructions;
pub(crate) mod memories;
pub(crate) mod module;
pub(crate) mod names;
pub(crate) mod tables;
pub(crate) mod tags;
pub(crate) mod types;