From 330c540139168968ad073333ef32d637efd3182f Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Tue, 5 Aug 2025 05:56:07 -0400 Subject: [PATCH 1/3] main: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63fcf90..8151670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ 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. +# Release Notes - UNRELEASED + +## Notes + +## Commits + # Release Notes - 2025-08-05 ## Notes From 871325288dc25d5561c811751b5f86787658321f Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Sat, 23 Aug 2025 13:00:44 -0400 Subject: [PATCH 2/3] main: add HEAPF32 to exported runtime functions, fix olcPGEX_MiniAudio --- pgetinker/Compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pgetinker/Compiler.php b/pgetinker/Compiler.php index c8677a4..df5c994 100644 --- a/pgetinker/Compiler.php +++ b/pgetinker/Compiler.php @@ -566,6 +566,7 @@ private function prepareEnvironment() ...$this->linkerFlags, "-sSTACK_SIZE=131072", "-sLLD_REPORT_UNDEFINED", + "-sEXPORTED_RUNTIME_METHODS=HEAPF32", "-sSINGLE_FILE", "-std=c++20", ]); From a1f3f021f2d8ebeb94a53e894a1c6d98617eceb0 Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Sat, 23 Aug 2025 13:02:16 -0400 Subject: [PATCH 3/3] main: update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8151670..d0cf909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +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. -# Release Notes - UNRELEASED +# Release Notes - 2025-08-23 ## 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 + # Release Notes - 2025-08-05 ## Notes