We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78048c3 commit 9539d25Copy full SHA for 9539d25
src/library.js
@@ -23,6 +23,7 @@ LibraryManager.library = {
23
stdout: 'allocate(1, "i32*", ALLOC_STATIC)',
24
stderr: 'allocate(1, "i32*", ALLOC_STATIC)',
25
_impure_ptr: 'allocate(1, "i32*", ALLOC_STATIC)',
26
+ __dso_handle: 'allocate(1, "i32*", ALLOC_STATIC)',
27
28
// ==========================================================================
29
// dirent.h
0 commit comments