aboutsummaryrefslogtreecommitdiff
path: root/tests/wasm_compile_function_call/instructions.wat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wasm_compile_function_call/instructions.wat')
-rw-r--r--tests/wasm_compile_function_call/instructions.wat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wasm_compile_function_call/instructions.wat b/tests/wasm_compile_function_call/instructions.wat
index ad37037..2184573 100644
--- a/tests/wasm_compile_function_call/instructions.wat
+++ b/tests/wasm_compile_function_call/instructions.wat
@@ -5,7 +5,7 @@
i32.const 0x32 ;; value to substract from
i32.const 0x14 ;; value to substract
call $sub
- i32.store offset=0x25 align=2) ;; we store the difference at 0x23C
+ i32.store offset=0x25 align=4) ;; we store the difference at 0x23C
(func $sub (param $lhs i32) (param $rhs i32) (result i32)
local.get $lhs
local.get $rhs