binaryen-sys 0.13.0

Bindings to the binaryen library
Documentation
1
2
3
4
(module
  (import "first" "f" (func $f))
  (export "g" (func $f))
)