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 b9b1016 commit 1d313a7Copy full SHA for 1d313a7
src/post.js
@@ -0,0 +1,10 @@
1
+
2
+if (!('wasmTable' in Module)) {
3
+ Module['wasmTable'] = wasmTable
4
+}
5
6
+Module['FS'] = FS
7
+Module['PATH'] = PATH
8
+Module['LDSO'] = LDSO
9
+Module['getDylinkMetadata'] = getDylinkMetadata
10
+Module['loadDynamicLibrary'] = loadDynamicLibrary
0 commit comments