blob: e8631707123934b1c5346965a33e17eb79b1f641 [file] [log] [blame]
(module
(type $0 (func))
(global $mine (mut i32) (i32.const 1))
(memory $0 256 256)
(data (i32.const 10) "wasa waka waka waka waka")
(export "test2" (func $test2))
(export "test3" (func $test3))
(func $test2 (; 0 ;) (type $0)
(set_global $mine
(i32.const 2)
)
(i32.store8
(i32.const 13)
(i32.const 115)
)
)
(func $test3 (; 1 ;) (type $0)
(i32.store8
(i32.const 14)
(i32.const 115)
)
)
)