From 30a97274bde7a1988d80861ab9b381148f3d19a7 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 29 Dec 2020 19:50:56 +0100 Subject: fix align values --- tests/wasm_compile_simple_module/instructions.wat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/wasm_compile_simple_module') diff --git a/tests/wasm_compile_simple_module/instructions.wat b/tests/wasm_compile_simple_module/instructions.wat index bdf8a16..e677c93 100644 --- a/tests/wasm_compile_simple_module/instructions.wat +++ b/tests/wasm_compile_simple_module/instructions.wat @@ -3,5 +3,5 @@ (func $main i32.const 0x1D ;; dynamic offset for memory store instruction i32.const 0x1E ;; value to store - i32.store offset=0x1F align=2) ;; we store the difference at 0x23C + i32.store offset=0x1F align=4) ;; we store the difference at 0x23C (export "main" (func $main))) -- cgit v1.2.3