Skip to content

Commit

Permalink
b&w
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Oct 28, 2023
1 parent 5eb56b8 commit 4635ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mandelb.wat
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
(local.set $c)
))

(i32.store8 offset=0 (local.get $j) (i32.const 0))
(i32.store8 offset=1 (local.get $j) (i32.const 0))
(i32.store8 offset=0 (local.get $j) (local.get $c))
(i32.store8 offset=1 (local.get $j) (local.get $c))
(i32.store8 offset=2 (local.get $j) (local.get $c))
(i32.store8 offset=3 (local.get $j) (i32.const 255))

Expand Down

0 comments on commit 4635ffa

Please sign in to comment.