bulk_memory_copy.wat (270B)
1 (module 2 (memory 1) 3 (data (i32.const 0) "\2a\00\00\00") 4 (func (export "test_main") (result i32) 5 ;; memory.copy: dst=16, src=0, len=4 6 i32.const 16 7 i32.const 0 8 i32.const 4 9 memory.copy 10 ;; load i32 from offset 16 11 i32.const 16 12 i32.load))