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
Both parts of lazy loading definition requires to use assembly file name (including extension)
With webcill an extension for assembly changes from .dll to .wasm
Current behavior requires to change lazy loading definition when switching between webcil and non-webcil
Ideally lazy loading definition should be without file extension
Making both extensions work is a blocker, because JS part of the runtime doesn't currently know if webcil was used or not. We probably could check for file with user passed extension in assets and if not found, check for .wasm
.dllto.wasm.wasm