diff options
Diffstat (limited to 'tests/wasm_compile_loop')
-rw-r--r-- | tests/wasm_compile_loop/instructions.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wasm_compile_loop/instructions.wat b/tests/wasm_compile_loop/instructions.wat index 02a75e0..03b1d26 100644 --- a/tests/wasm_compile_loop/instructions.wat +++ b/tests/wasm_compile_loop/instructions.wat @@ -21,5 +21,5 @@ (i32.const 10)))) ;; write computed sum (55 in dec, 37 in hex) at MEMORY_BOTTOM_ADDR - (i32.store offset=0x0 align=2)) + (i32.store offset=0x0 align=4)) (export "main" (func $main))) |