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

  × import `foo` conflicts with an item that was implicitly imported by an instantiation of `foo:bar`
   ╭─[tests/encoding/fail/implicit-arg-conflict.wac:3:8]
 2 │ 
 3 │ import foo: func();
   ·        ─┬─
   ·         ╰── explicit import here
 4 │ 
 5 │ let x = new foo:bar { ... };
   ·             ───┬───
   ·                ╰── conflicting instantiation here
   ╰────