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

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