start method is needed for tests

This commit is contained in:
Peter Salomonsen
2023-04-05 18:42:40 +00:00
parent 19bc437915
commit c429178758
3 changed files with 4 additions and 2 deletions

View File

@ -880,7 +880,7 @@
(export "render_128_samples" (func $render_128_samples))
(export "update_voices" (func $su_update_voices))
;; (start $render) ;; we run render automagically when the module is instantiated
(start $render) ;; we run render automagically when the module is instantiated
(func $render (param)
{{- if .Output16Bit }} (local $channel i32) {{- end }}