1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Emscripten support.

Doesn't work due to i64 vs i32 type mismatch in glGetIntegerv, which
seems like some general compatibility bullshit, not something related
to CMake.
This commit is contained in:
Bartosz Taudul
2024-03-20 22:25:24 +01:00
parent 8ee866e840
commit 434d73c7bd
9 changed files with 23 additions and 61 deletions
+1 -1
View File
@@ -161,6 +161,6 @@
addEventListener('resize', resizeHandler);
resizeHandler();
</script>
<script async type="text/javascript" src="Tracy-release.js"></script>
<script async type="text/javascript" src="tracy-profiler.js"></script>
</body>
</html>