Skip to content

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <[email protected]>
  • Loading branch information
evacchi committed Feb 11, 2024
1 parent b006adb commit f22b277
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file not shown.
25 changes: 25 additions & 0 deletions internal/integration_test/fuzzcases/testdata/crash.wat
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
(module
(type (;0;) (func (param i32)))
(func (;0;) (type 0) (param i32)
(local f32)
i32.const 988345840
f32.convert_i32_s
global.get 0
f32.max
local.tee 1
f32.const nan (;=nan;)
local.get 1
local.get 1
f32.eq
select
i32.reinterpret_f32
global.get 1
i32.xor
global.set 1)
(global (;0;) f32 (f32.const 0x1.c8c8c8p+73 (;=1.68524e+22;)))
(global (;1;) (mut i32) (i32.const 0))
(global (;2;) (mut i32) (i32.const 1000))
(export "" (func 0))
(export "1" (global 0))
(export "2" (global 1))
(data (;0;) ""))

0 comments on commit f22b277

Please sign in to comment.