wit-parser 0.245.1

Tooling for parsing `*.wit` files and working with their contents.
Documentation
1
2
3
4
5
if a constructor return type is declared it must be a `result`
     --> tests/ui/parse-fail/bad-resource6.wit:5:22
      |
    5 |     constructor() -> u32;
      |                      ^--