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
When using wasm-tools component new with --adapt pointed to a reactor adapter, it'd be great if _initialize was called in the resulting component, maybe via (start).
Currently, there's no way to access and call _initialize unless you specify it in a wit file, but that feels odd.