• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(module
2 (type $none_=>_none (func))
3 (memory $0 1)
4 (export "_start" (func $_start))
5 (func $_start
6  memory.size
7  i32.const 64
8  i32.mul
9  i32.const 1024
10  i32.mul
11  i32.const 3
12  i32.sub
13  i32.load
14  drop
15 )
16)
17