Fix wasm ci (#391)

* Update wasm-build.yml

* Set embed_rendererbackends with wasm

* wasm fixes

* Fix CI

* Update wasm-build.yml

* More wasm fixes

* Final fixes
This commit is contained in:
Jérôme Leclercq
2023-02-05 15:03:48 +01:00
committed by GitHub
parent a8b003224d
commit 20f70533c0
5 changed files with 16 additions and 23 deletions

View File

@@ -50,8 +50,8 @@ namespace Nz
std::vector<std::string> ParseDevices(const char* deviceString);
DynLib m_library;
bool m_isLoaded;
bool m_hasCaptureSupport;
bool m_isLoaded;
};
}