compilation fails when using -s ASYNCIFY=1 in browser-wasm project
i have set following linker flags for emscripten:
<EmccExtraLDFlags>-s USE_GLFW=3 -s ASSERTIONS=1 -s WASM=1 -s ASYNCIFY=1</EmccExtraLDFlags>
-s ASYNCIFY=1
causes compilation to fail: https://hastebin.skyra.pw/biducidima.nginx
csproj file: https://hastebin.skyra.pw/enalazogik.htm0 Replies