(module
  (memory 1)
  (start $foo)
  (func $foo
    (i32.store (i32.const 1) (i32.const 2))
  )
)
