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
Currently static core linking works by shipping static libs or wasm 'object files' in the component binary and then running wasm-ld in the runtime during component instantiation.
Is this an accurate description? Can you please point me to where this is currently documented?