Allow loading uncompressed plugin state; Allow patch wasm url

This commit is contained in:
falkTX 2022-08-13 00:01:06 +01:00
parent accf13abbd
commit 19878f0097
5 changed files with 49 additions and 2 deletions

View file

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