wasmer-wit-parser 0.1.1

wit-bindgen-gen-c
Documentation
1
2
3
4
5
6
7
8
9
a: async func()
b: async func(x: s32)
c: async func() -> u32

resource y {
  a: async func()
  b: async func(x: s32)
  c: async func() -> u32
}