Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emscripten support? #145

Open
bitc opened this issue Nov 18, 2018 · 0 comments
Open

emscripten support? #145

bitc opened this issue Nov 18, 2018 · 0 comments

Comments

@bitc
Copy link
Contributor

bitc commented Nov 18, 2018

Would be awesome if we could use Remotery to profile C/C++ emscripten games.

Challenges:

  1. Websocket server. We can't start a websocket server from an emscripten game. One workaround is to use a native websocket server as a proxy. Another solution is have emscripten directly send the data to another browser tab (postMessage)

  2. Timer accuracy. Browsers have recently reduced the accuracy of performance.now because of security and privacy reasons. I have heard that soon high-accuracy will be re-enabled, and some browsers allow to manually enable it through settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant