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