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
WASM has some nasty per-module limitations. There are also application architectures where you may want to load functionality selectively at run-time.
In traditional C# this is pretty easily accomplished by breaking code down into separate assemblies in DLLs. Emscripten has the ability to generate library modules that work differently but have analagous functionality. Is there a way to tell native AOT to generate a library module not an app module? If so I could write the code myself to call into them.
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
-
Hi All,
WASM has some nasty per-module limitations. There are also application architectures where you may want to load functionality selectively at run-time.
In traditional C# this is pretty easily accomplished by breaking code down into separate assemblies in DLLs. Emscripten has the ability to generate library modules that work differently but have analagous functionality. Is there a way to tell native AOT to generate a library module not an app module? If so I could write the code myself to call into them.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions