Skip to content

Commit

Permalink
undo runtimekeepalivepush
Browse files Browse the repository at this point in the history
  • Loading branch information
impact-maker committed Mar 27, 2024
1 parent 6b22bf0 commit ff05732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library_dylink.js
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ var LibraryDylink = {

_emscripten_dlopen_js__deps: ['$dlopenInternal', '$runtimeKeepalivePush', '$runtimeKeepalivePop', '$dlSetError', '$dynCall', '$promiseToCallback'],
_emscripten_dlopen_js: function(handle, onsuccess, onerror, user_data) {
runtimeKeepalivePush();
{{{ runtimeKeepalivePush() }}}
var promise = dlopenInternal(handle, { loadAsync: true });

// Utilize the $promiseToCallback utility function
Expand Down

0 comments on commit ff05732

Please sign in to comment.