wac-graph 0.10.0

A library for defining, encoding, and decoding WebAssembly composition graphs.
Documentation
1
2
3
4
5
6
7
8
(component
  (import "e" (func))
  (import "i2" (instance))
  (import "merged" (instance
    (export "a" (func))
  ))
  (export "e" (func 0))
)