Allow wasm to load patch from url too
This commit is contained in:
parent
19878f0097
commit
e42dc9154f
5 changed files with 44 additions and 12 deletions
|
@ -99,6 +99,7 @@ std::string getSpecialPath(const SpecialPath type)
|
|||
|
||||
#ifdef DISTRHO_OS_WASM
|
||||
char* patchFromURL = nullptr;
|
||||
char* patchRemoteURL = nullptr;
|
||||
char* patchStorageSlug = nullptr;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue