We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da1593 commit fb8ce80Copy full SHA for fb8ce80
src/library.js
@@ -445,6 +445,8 @@ LibraryManager.library = {
445
// TODO: There are currently two abort() functions that get imported to asm module scope: the built-in runtime function abort(),
446
// and this function _abort(). Remove one of these, importing two functions for the same purpose is wasteful.
447
abort__sig: 'v',
448
+ // Proxy synchronously, which will have the effect of halting the program
449
+ // and killing all threads, including this one.
450
abort__proxy: 'sync',
451
abort: function() {
452
#if MINIMAL_RUNTIME
0 commit comments