Skip to content

Commit

Permalink
wasm/nucleotide-count: add missing function comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Nov 11, 2023
1 parent ce1d059 commit d60a6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wasm/nucleotide-count/nucleotide-count.wat
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
)
)

;; print i32u if debugging is enabled
(func $debug_print_i32u (export "debug_print_i32u") (param $value i32)
(if
(i32.eq
Expand All @@ -212,6 +213,7 @@
) ;; if debugging
) ;; debug_print_i32u()

;; print utf-8 str if debugging is enabled
(func $debug_print_str (export "debug_print_str") (param $offset i32) (param $length i32)
(if
(i32.eq
Expand Down

0 comments on commit d60a6aa

Please sign in to comment.