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

  × export `foo` conflicts with interface definition
   ╭─[tests/resolution/fail/export-conflict-interface.wac:9:13]
 4 │ 
 5 │ interface foo {
   ·           ─┬─
   ·            ╰── previous definition is here
 6 │ 
 7 │ }
 8 │ 
 9 │ export f as "foo";
   ·             ──┬──
   ·               ╰── conflicting export of `foo`
   ╰────