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
failed to resolve document

  × an instance is required to perform a spread operation
   ╭─[tests/resolution/fail/non-instance-spread.wac:5:26]
 4 │ 
 5 │ let x = new foo:bar { ...f };
   ·                          ┬
   ·                          ╰── this evaluated to a function when an instance was expected
   ╰────