wit-parser 0.247.0

Tooling for parsing `*.wit` files and working with their contents.
Documentation
1
2
3
4
5
6
type `float32` does not exist
the `float32` type has been renamed to `f32` and is no longer accepted, but the `WIT_REQUIRE_F32_F64=0` environment variable can be used to temporarily disable this error
     --> tests/ui/parse-fail/old-float-types.wit:4:13
      |
    4 |   type t1 = float32;
      |             ^------