File tree Expand file tree Collapse file tree
site/source/docs/porting/connecting_cpp_and_javascript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -602,3 +602,4 @@ a license to everyone to use it as detailed in LICENSE.)
602602* Christian Lloyd <clloyd@teladochealth.com> (copyright owned by Teladoc Health, Inc.)
603603* Sean Morris <sean@seanmorr.is>
604604* Mitchell Wills <mwills@google.com> (copyright owned by Google, Inc.)
605+ * Han Jiang <jhcarl0814@gmail.com>
Original file line number Diff line number Diff line change @@ -146,11 +146,6 @@ parameters to pass to the function:
146146 including function names.
147147 Exporting functions allows you to continue to access them using the
148148 original name through the global ``Module `` object.
149- - If you want to export a JS library function (something from a
150- ``src/library*.js `` file, for example), then in addition to
151- ``EXPORTED_FUNCTIONS ``, you need to add it to ``DEFAULT_LIBRARY_FUNCS_TO_INCLUDE ``,
152- as the latter will force the method to actually be included in
153- the build.
154149
155150 - The compiler will remove code it does not see is used, to improve code
156151 size. If you use ``ccall `` in a place it sees, like code in a ``--pre-js ``
You can’t perform that action at this time.
0 commit comments