script for rendering wasm to raw audio file

This commit is contained in:
Peter Salomonsen
2023-04-07 12:09:20 +02:00
parent 03b79dbbde
commit 6078239821
2 changed files with 10 additions and 0 deletions

View File

@ -882,6 +882,8 @@
{{- if .RenderOnStart }}
(start $render) ;; we run render automagically when the module is instantiated
{{- else}}
(export "render" (func $render))
{{- end}}
(func $render (param)