From 57d4c4113aa95c27dcad14f19b05eacb0cbc0b65 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Wed, 7 May 2025 15:08:21 -0400 Subject: [PATCH] Make withStackSave not internal Resolves https://github.com/emscripten-core/emscripten/issues/24275 --- src/lib/libcore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/libcore.js b/src/lib/libcore.js index 64833c9ec852f..d235c7ab57878 100644 --- a/src/lib/libcore.js +++ b/src/lib/libcore.js @@ -425,7 +425,6 @@ addToLibrary({ }, #endif - $withStackSave__internal: true, $withStackSave__deps: ['$stackSave', '$stackRestore'], $withStackSave: (f) => { var stack = stackSave();