wasmer-wit-parser 0.1.1

wit-bindgen-gen-c
Documentation
# A Markdown file!

containing stuff, and also some code blocks, wit and other.

```wit
x: func()
```

Intervening content, including a non-wit codeblock:
```js
function func() {}
```

```wit
y: func()
```

## A new section

In which, another wit code block!

```wit
z: func()
```