Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Each release has notes that would be pertinent to the end user of the PGEtinker
website. For a comprehensive understanding of the evolution of the project,
please refer to the repository's commit history.

# <u>Release Notes - 2025-08-23</u>

## Notes

A quick hotfix because the olcPGEX_MiniAudio was broken by a recent upgrade
to version 4.0.8 of emscripten.

## Commits

### 2025-08-23

- main: add HEAPF32 to exported runtime functions, fix olcPGEX_MiniAudio

# <u>Release Notes - 2025-08-05</u>

## Notes
Expand Down
1 change: 1 addition & 0 deletions pgetinker/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ private function prepareEnvironment()
...$this->linkerFlags,
"-sSTACK_SIZE=131072",
"-sLLD_REPORT_UNDEFINED",
"-sEXPORTED_RUNTIME_METHODS=HEAPF32",
"-sSINGLE_FILE",
"-std=c++20",
]);
Expand Down