wasm-tools 1.0.49

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  0x0 | 00 61 73 6d | version 1 (Module)
      | 01 00 00 00
  0x8 | 00 10       | custom section
  0xa | 04 6e 61 6d | name: "name"
      | 65         
  0xf | 02 07       | local section
 0x11 | 06          | 6 count
 0x12 | 22          | function 34 local name section
 0x13 | 00          | 0 count
 0x14 | 00          | function 0 local name section
 0x15 | 00          | 0 count
 0x16 | 00          | function 0 local name section
 0x17 | 00          | 0 count
 0x18 |-------------| ... failed to decode 2 more bytes: unexpected end-of-file (at offset 0x18)