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.htm1 replies
browser-wasm hell
i'm trying to use raylib with browser-wasm and i get error whenever i try to call something from raylib:
here's my Program.cs:
https://hastebin.skyra.pw/ewuqobipew.csharp
and .csproj:
https://hastebin.skyra.pw/hokisihaje.htm
22 replies