We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e641fbe commit 79a72c2Copy full SHA for 79a72c2
runtime/wasm/int32.wat
@@ -140,7 +140,7 @@
140
(call $caml_serialize_int_1 (local.get $s) (i32.const 1))
141
(call $caml_serialize_int_4 (local.get $s)
142
(struct.get $int32 1 (ref.cast (ref $int32) (local.get $v))))
143
- (tuple.make 2 (i32.const 4) (i32.const 4)))
+ (tuple.make 2 (i32.const 4) (i32.const 8)))
144
145
(data $integer_too_large "input_value: native integer value too large")
146
0 commit comments