mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
start method is needed for tests
This commit is contained in:
parent
19bc437915
commit
c429178758
3
.gitignore
vendored
3
.gitignore
vendored
@ -33,4 +33,5 @@ actual_output/
|
|||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
sointu-server
|
sointu-server
|
||||||
temp_song_file.*
|
temp_song_file.*
|
||||||
|
wabt-*
|
||||||
|
@ -8,6 +8,7 @@ tasks:
|
|||||||
- init: |
|
- init: |
|
||||||
wget https://github.com/WebAssembly/wabt/releases/download/1.0.32/wabt-1.0.32-ubuntu.tar.gz
|
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
|
tar -xvzf wabt-1.0.32-ubuntu.tar.gz
|
||||||
|
sudo cp wabt-1.0.32/bin/* /usr/bin
|
||||||
sudo apt install nasm
|
sudo apt install nasm
|
||||||
|
|
||||||
|
|
||||||
|
@ -880,7 +880,7 @@
|
|||||||
(export "render_128_samples" (func $render_128_samples))
|
(export "render_128_samples" (func $render_128_samples))
|
||||||
(export "update_voices" (func $su_update_voices))
|
(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)
|
(func $render (param)
|
||||||
{{- if .Output16Bit }} (local $channel i32) {{- end }}
|
{{- if .Output16Bit }} (local $channel i32) {{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user