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

Encoder WASM logs to console even when not in debug mode #385

Open
RobinRenggli opened this issue Nov 27, 2024 · 3 comments
Open

Encoder WASM logs to console even when not in debug mode #385

RobinRenggli opened this issue Nov 27, 2024 · 3 comments

Comments

@RobinRenggli
Copy link

Currently, the provided encoder wasm writes to console whenever data is encoded.

For example "Mode: ETC1S Quality 255, Level 0". I would assume that most people do not want a wasm module to fill the console with such logs; could you please provide a version that does not print anything to console, unless in debug mode?

The print is coming from basisu_comp.cpp, for example line 398.

@richgel999
Copy link
Contributor

Thanks, I'll fix this.

@RobinRenggli
Copy link
Author

Any update on when this fix will happen? Can you give me a rough timeline?

@richgel999
Copy link
Contributor

We're working on finalizing the next major release right now, but then it will need to be approved. Probably mid to late Jan. It's coming.

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

2 participants