wasmer-c-api 7.2.0

Wasmer C API library
Documentation
1
2
3
4
5
(module
  (func (export "f"))
  (func (export "g"))
  (func (export "h"))
)