Johan Lindell
Johan Lindell
They are not using the same memory, that is the core of this issue. With the same instance/memory you should be able to register/create as many Worklets as you want...
> I understood it to be writing over the same space That is what I think is happening. Let me added some additional context. For simplicity, I assume that global...
Thanks for the response @brendandahl. This assertion should indeed be hit. Looking closer, my repro was with `-sASSERTIONS=0`. Since the assertion exist, this should probably be considered intended behavior for...
Will try to workaround this for now. We have a class, let's call it TheGenerator, that needs to create a Module to be used in an already existing AudioContext. We...
> Will multi-gitter still open the PR/MR as long as the script does the commits? That is not really clear from the docstring for me. This is indeed how it...
@tomasvanrijsse Please test this branch and verify if it's working as you would expect.