binaryen-sys 0.13.0

Bindings to the binaryen library
Documentation
1
2
3
4
(module
  (import "second" "g" (func $g))
  (func (export "h") (call $g))
)