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 2226ca0 commit 7f75a42Copy full SHA for 7f75a42
wasm_patches/post.js
@@ -5,8 +5,7 @@ if (!('wasmTable' in Module)) {
5
Module.FS = FS
6
Module.PATH = PATH
7
Module.LDSO = LDSO
8
-Module.getDylinkMetadata = getDylinkMetadata
9
Module.loadDynamicLibrary = loadDynamicLibrary
10
11
Module.UTF8ToString = UTF8ToString;
12
-Module.ERRNO_CODES = ERRNO_CODES;
+Module.ERRNO_CODES = ERRNO_CODES;
0 commit comments