-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit c614fa5. --- Here's a standalone reproducer: Before: ```console $ curl -LO https://github.com/llvm/llvm-test-suite/raw/main/SingleSource/Benchmarks/Misc-C++/Large/ray.cpp $ em++ -O3 -sEXIT_RUNTIME -sNODERAWFS ray.cpp -o ray.js $ node ray.js > x.ppm $ sha256sum x.ppm acaa1db08ee30dafda03b41c77466b1435fe8ffdd4d88e5a5876e87dff126f58 x.ppm $ vips copy x.ppm x.png VipsImage: memory area too small --- should be 262144 bytes, you passed 79485 ``` After: ```console $ em++ -O3 -sEXIT_RUNTIME -sNODERAWFS ray.cpp -o ray.js $ node ray.js > x.ppm $ sha256sum x.ppm cd6fa6fa75b4ba29077f7e4e531b96f17ff0b82f3c70df526c36f748d6a38c5c x.ppm $ vips copy x.ppm x.png ``` <details> <summary>x.png</summary> ![x](https://github.com/user-attachments/assets/832af0bc-17af-4919-9c3c-72f0683079b8) </details>
- Loading branch information
Showing
4 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Hey1 | ||
Hey2 | ||
Hey2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters