Would the solution here be to have libsoundtouch be dynamically linked (which RLBox should support fine), and would only require adjusting the moz.build settins? Or would libsoundtouch have to be dynamically loaded as well? If it needs to be dynamically loaded, I can build an RLBox wasm2c plugin which uses dlopen/dlsym pretty easily (in fact we were doing this earlier when we relied on lucet)
Bug 1851107 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Would the solution here be : have libsoundtouch dynamically linked (which RLBox should support fine), and would only require adjusting the moz.build settings? Or would libsoundtouch have to be dynamically loaded as well? If it needs to be dynamically loaded, I can build an RLBox wasm2c plugin which uses dlopen/dlsym pretty easily (in fact we were doing this earlier when we relied on lucet)