Skip to content

Commit 9539d25

Browse files
committed
add dso_handle to library, for fastcomp
1 parent 78048c3 commit 9539d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ LibraryManager.library = {
2323
stdout: 'allocate(1, "i32*", ALLOC_STATIC)',
2424
stderr: 'allocate(1, "i32*", ALLOC_STATIC)',
2525
_impure_ptr: 'allocate(1, "i32*", ALLOC_STATIC)',
26+
__dso_handle: 'allocate(1, "i32*", ALLOC_STATIC)',
2627

2728
// ==========================================================================
2829
// dirent.h

0 commit comments

Comments
 (0)