emscripten-core / emscripten-core/emscripten
Module.print behavior wrt zero bytes
Open
wontfix
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
I'm having busybox `base64` print a binary zip file to the standard output which I'm currently capturing with `Module.print`. It seems that this output is missing null bytes. Is it expected behavior? Should I capture it with `Module.stdout` instead?
Contributor guide
Assessment
This issue has not been assessed yet.