You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that when I am building on Windows, shared_moduleautomagically knows that this step will produce two files - a name_prefix.name.name_suffix and a name_prefix.name.lib. emscripten will usually produce at least two files - name_prefix.name.name_suffix and name_prefix.name.wasm - plus an additional name_prefix.name.worker .name_suffix when multithreading is enabled. Is there any way to replicate the Windows behavior with it? I am currently using a dummy custom_target to handle installation of these.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see that when I am building on Windows,
shared_module
automagically knows that this step will produce two files - aname_prefix
.name
.name_suffix
and aname_prefix
.name
.lib
.emscripten
will usually produce at least two files -name_prefix
.name
.name_suffix
andname_prefix
.name
.wasm
- plus an additionalname_prefix
.name
.worker
.name_suffix
when multithreading is enabled. Is there any way to replicate the Windows behavior with it? I am currently using a dummycustom_target
to handle installation of these.Beta Was this translation helpful? Give feedback.
All reactions