blob: 23773ab5eec0c75ab166a8d27d366c6ccccdd51c [file] [log] [blame] [edit]
(module
(type $i32_i32_=>_none (func (param i32 i32)))
(type $none_=>_none (func))
(import "import" "import" (func $import (type $i32_i32_=>_none) (param i32 i32)))
(memory $0 256 256)
(data $0 (i32.const 10) "__s______________")
(export "test1" (func $test1_2))
(func $test1_2 (type $none_=>_none)
(call $import
(i32.const 1)
(i32.const 50)
)
(i32.store8
(i32.const 13)
(i32.const 115)
)
)
)