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 d1f6c8a commit 28d8a57Copy full SHA for 28d8a57
src/lib/libembind.js
@@ -38,6 +38,8 @@ var LibraryEmbind = {
38
#if EMBIND_AOT
39
$InvokerFunctions: '<<< EMBIND_AOT_INVOKERS >>>',
40
#if MODULARIZE == 'instance'
41
+ // embindUpdateExports is called in the generated code after embind is
42
+ // initialized. It will link the bindings to the ES module exports.
43
$embindUpdateExports: '<<< EMBIND_AOT_UPDATE_EXPORTS >>>',
44
$embindUpdateExports__postset: 'addOnInit(embindUpdateExports);',
45
#endif
0 commit comments