From d60a6aaf140ce81c347649c8865cc785495aa587 Mon Sep 17 00:00:00 2001 From: Victor Payno Date: Sat, 11 Nov 2023 15:54:56 -0800 Subject: [PATCH] wasm/nucleotide-count: add missing function comments --- wasm/nucleotide-count/nucleotide-count.wat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wasm/nucleotide-count/nucleotide-count.wat b/wasm/nucleotide-count/nucleotide-count.wat index cdd43e1c..b7936307 100644 --- a/wasm/nucleotide-count/nucleotide-count.wat +++ b/wasm/nucleotide-count/nucleotide-count.wat @@ -200,6 +200,7 @@ ) ) + ;; print i32u if debugging is enabled (func $debug_print_i32u (export "debug_print_i32u") (param $value i32) (if (i32.eq @@ -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