wac-parser 0.10.0

A library for parsing and encoding WebAssembly Composition (WAC) source files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
failed to resolve document

  × mismatched instantiation argument `x`
  ├─▶ mismatched type for export `f`
  ├─▶ mismatched type for function result
  ╰─▶ expected an `err` for result type
   ╭─[tests/resolution/fail/missing-err-result-type.wac:7:23]
 6 │ 
 7 │ let i = new foo:bar { x };
   ·                       ┬
   ·                       ╰── mismatched argument `x`
   ╰────