blob: 2ea39ce93f5d4696d90da81de60c328d79791a28 [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(memory $0 256 256)
(data $0 (i32.const 10) "waka waka waka waka waka")
(export "test1" (func $test1))
(func $test1 (type $none_=>_none)
(i32.store8
(i32.const 13)
(i32.const 115)
)
)
)