Creating binding generators / cleaner wasm compiles. #921
crystalthoughts
started this conversation in
General
Replies: 2 comments
-
Faust and Web tools are under heavy rework, you can have a look of the WIP here: https://www.npmjs.com/package/@grame/faustwasm |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I’ll take a look
…On Thu, 6 Jul 2023 at 20:01, Stéphane Letz ***@***.***> wrote:
Faust and Web tools are under heavy rework, you can have a look of the WIP
here: ***@***.***/faustwasm
—
Reply to this email directly, view it on GitHub
<#921 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSNQQBNDEF7TPJHLDBOSF3XO34QZANCNFSM6AAAAAA2AYV5L4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -
I love writing Faust but I find the wasm tools to generate a lot of unwanted code if just an API to a web audio worker is desired.
I'd like really just to load the wasm file and have a single getter/setter per parameter. Do you have any advice regarding this or is there a writeup I'm missing?
At one point I found myself having to cut out a javascript module that is passed as a string for some reason which I'm sure doesn't need to happen that way :)
I would also be interested in creating wasm wrappers for other runtimes like WASIX.
Beta Was this translation helpful? Give feedback.
All reactions