Skip to content

Can any of these be built for the WASM platform? #30

@eleses

Description

@eleses

I don't see any support in the build files for the plugins themselves.

I'm not entirely sure if the WASM Csound builds support dynamic loading of plugins. It appears to be built with some kind of support like that, by default. Custom-wasm.cmake in Csound itself builds any plugins with -sSIDE_MODULE=1 and the main exe with -sMAIN_MODULE, which is how it's supposed to be done.

But I'm not sure how to even test if it's working. Once built somehow, e would have to download the wasm for plugin into the virtual .fs of Csound on WASM, I suppose. There is a params.withPlugins config for the WASM version of Csound: "Array of WebAssembly Csound plugin libraries to use with Csound." I'm guessing someone tried it at some point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions