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

  × expected either `func` keyword, `u8` keyword, `s8` keyword, `u16` keyword, `s16` keyword, `u32` keyword, `s32` keyword, `u64` keyword, `s64` keyword, `f32` keyword, or more..., found end of
  │ input
   ╭─[tests/parser/fail/expected-multiple.wac:3:8]
 2 │ 
 3 │ type x = 
   ·        ┬
   ·        ╰── unexpected end of input
   ╰────