blob: 4359ebef15a9d306f75db5c6909fbdd8b39e48f2 [file] [log] [blame] [edit]
(module
(memory 1)
(start $foo)
(func $foo
(i32.store (i32.const 1) (i32.const 2))
)
)