Skip to content

Commit fb8ce80

Browse files
authored
Add missing comment from #14669. NFC (#14675)
1 parent 4da1593 commit fb8ce80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/library.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ LibraryManager.library = {
445445
// TODO: There are currently two abort() functions that get imported to asm module scope: the built-in runtime function abort(),
446446
// and this function _abort(). Remove one of these, importing two functions for the same purpose is wasteful.
447447
abort__sig: 'v',
448+
// Proxy synchronously, which will have the effect of halting the program
449+
// and killing all threads, including this one.
448450
abort__proxy: 'sync',
449451
abort: function() {
450452
#if MINIMAL_RUNTIME

0 commit comments

Comments
 (0)