mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-20 07:03:30 -05:00
script for rendering wasm to raw audio file
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user