Skip to content

Commit

Permalink
fix: cap memory in proof
Browse files Browse the repository at this point in the history
  • Loading branch information
bushidocodes committed Nov 23, 2023
1 parent b42dac9 commit 46ceb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/circular-buffer/.meta/proof.ci.wat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(module
(memory 1)
(memory 1 1)
(global $head (mut i32) (i32.const -1))
(global $tail (mut i32) (i32.const -1))
(global $capacity (mut i32) (i32.const 0))
Expand Down

0 comments on commit 46ceb46

Please sign in to comment.