wac-parser 0.10.0

A library for parsing and encoding WebAssembly Composition (WAC) source files.
Documentation
1
2
3
4
5
6
7
8
digraph {
    0 [ label = "import \"a\""; kind = "function"]
    1 [ label = "type definition \"x\""; kind = "function type"; export = "x"]
    2 [ label = "import \"b\""; kind = "function"]
    3 [ label = "import \"hello-world\""; kind = "function"; export = "hello-world"]
    4 [ label = "import \"e\""; kind = "instance"; export = "e"]
    5 [ label = "import \"foo:bar/baz\""; kind = "instance"; export = "foo:bar/baz"]
}