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

3
.gitignore vendored
View File

@ -33,4 +33,5 @@ actual_output/
node_modules
sointu-server
temp_song_file.*
temp_song_file.*
wabt-*

View File

@ -8,6 +8,7 @@ tasks:
- init: |
wget https://github.com/WebAssembly/wabt/releases/download/1.0.32/wabt-1.0.32-ubuntu.tar.gz
tar -xvzf wabt-1.0.32-ubuntu.tar.gz
sudo cp wabt-1.0.32/bin/* /usr/bin
sudo apt install nasm

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 }}