Skip to content

Commit

Permalink
Runtime: fix printing of negative NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Mar 6, 2024
1 parent a1eb7bc commit 6320915
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/wasm/float.wat
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
(then
(global.get $infinity))
(else
(local.set $sign (i32.const 0))
(local.set $i
(i32.ne (local.get $style) (i32.const 45)))
(global.get $nan))))
(local.set $len (array.len (local.get $txt)))
(local.set $s
Expand Down

0 comments on commit 6320915

Please sign in to comment.