Allow wasm to load patch from url too

This commit is contained in:
falkTX 2022-08-13 00:40:27 +01:00
parent 19878f0097
commit e42dc9154f
5 changed files with 44 additions and 12 deletions

View file

@ -99,6 +99,7 @@ std::string getSpecialPath(const SpecialPath type)
#ifdef DISTRHO_OS_WASM
char* patchFromURL = nullptr;
char* patchRemoteURL = nullptr;
char* patchStorageSlug = nullptr;
#endif