wac-parser 0.10.0

A library for parsing and encoding WebAssembly Composition (WAC) source files.
Documentation
1
2
3
4
5
digraph {
    0 [ label = "type definition \"a2\""; kind = "u32"; export = "a2"]
    1 [ label = "type definition \"b2\""; kind = "string"; export = "b2"]
    2 [ label = "type definition \"c2\""; kind = "function type"; export = "c2"]
}