wasm-tools 1.240.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(module
(;@b     ;)  (type (;0;) (func))
(;@11    ;)  (import "" "" (func (;0;) (type 0)))
(;@1d    ;)  (table (;0;) 1 funcref)
(;@23    ;)  (memory (;0;) 1)
(;@28    ;)  (global (;0;) i32 i32.const 0)
(;@30    ;)  (elem (;0;) (i32.const 0) func 0)
(;@3a    ;)  (func (;1;) (type 0)
(;@3b    ;)  )
(;@3d    ;)  (func (;2;) (type 0)
(;@3e    ;)    i32.const 0
(;@40    ;)    drop
(;@41    ;)  )
(;@45    ;)  (data (;0;) (i32.const 0) "100")
(;@4d    ;))