C#C
C#14mo ago
danilwaffle

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.htm
Was this page helpful?