Network: Implement WebService with emscripten fetch API on wasm
This commit is contained in:
committed by
Jérôme Leclercq
parent
b28d97b1fa
commit
6bf91e10e5
@@ -37,7 +37,9 @@ namespace Nz
|
||||
};
|
||||
|
||||
private:
|
||||
#ifndef NAZARA_PLATFORM_WEB
|
||||
std::unique_ptr<class CurlLibrary> m_curlLibrary;
|
||||
#endif
|
||||
|
||||
static Network* s_instance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user